summaryrefslogtreecommitdiff
path: root/deps/v8/docs/runtime_functions.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/docs/runtime_functions.md')
-rw-r--r--deps/v8/docs/runtime_functions.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/v8/docs/runtime_functions.md b/deps/v8/docs/runtime_functions.md
new file mode 100644
index 0000000000..4f99fdb2ca
--- /dev/null
+++ b/deps/v8/docs/runtime_functions.md
@@ -0,0 +1,14 @@
+# 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