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

Unified Diff: docs/runtime_functions.md

Issue 1459823002: [Docs] Removed unused docs because they are moved to GitHub (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « docs/release_process.md ('k') | docs/source.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/runtime_functions.md
diff --git a/docs/runtime_functions.md b/docs/runtime_functions.md
deleted file mode 100644
index 3ebd587868a2491430af0740a20a0971ad071acf..0000000000000000000000000000000000000000
--- a/docs/runtime_functions.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Runtime functions
-
-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.
« no previous file with comments | « docs/release_process.md ('k') | docs/source.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698