Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: docs/runtime_functions.md

Issue 1347153006: [Docs] Add wiki content to Markdown docs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: docs/runtime_functions.md
diff --git a/docs/runtime_functions.md b/docs/runtime_functions.md
new file mode 100644
index 0000000000000000000000000000000000000000..765ed201fa34e46cf47503a9d368ee38e6bacb81
--- /dev/null
+++ b/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>
« docs/building_with_gyp.md ('K') | « docs/release_process.md ('k') | docs/source.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698