Author: [EMAIL PROTECTED]
Date: Wed Nov  5 08:12:19 2008
New Revision: 698

Added:
    wiki/RuntimeFunctions.wiki

Log:
Created wiki page through web user interface.

Added: wiki/RuntimeFunctions.wiki
==============================================================================
--- (empty file)
+++ wiki/RuntimeFunctions.wiki  Wed Nov  5 08:12:19 2008
@@ -0,0 +1,20 @@
+#summary Explains the internal use of runtime functions in V8.
+
+= 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.
+
+
+= Details =
+
+Here are the V8 runtime functions, their JS names, if they are visible,
+and their documentation.
+
+Add your content here.  Format your content with:
+  * Text in *bold* or _italic_
+  * Headings, paragraphs, and lists
+  * Automatic links to other wiki pages
\ No newline at end of file

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to