summaryrefslogtreecommitdiff
path: root/chromium/v8/docs/runtime_functions.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/docs/runtime_functions.md')
-rw-r--r--chromium/v8/docs/runtime_functions.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/chromium/v8/docs/runtime_functions.md b/chromium/v8/docs/runtime_functions.md
deleted file mode 100644
index 765ed201fa3..00000000000
--- a/chromium/v8/docs/runtime_functions.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Introduction
-
-Much of the JavaScript library is implemented in JavaScript code itself,
-using a minimal set of C++ runtime functions callable from JavaScript.
-Some of these are called using names that start with %, and using the flag
-"--allow-natives-syntax". Others are only called by code generated by the
-code generators, and are not visible in JS, even using the % syntax.
-
-<a href='Hidden comment:
-= Details =
-
-Here are the V8 runtime functions, their JS names, if they are visible,
-and their documentation.
-<wiki:comment> \ No newline at end of file