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

Side by Side Diff: docs/runtime_functions.md

Issue 1385873002: [Docs] Fix some nits discovered while converting to Markdown (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 # Introduction 1 # Runtime functions
2 2
3 Much of the JavaScript library is implemented in JavaScript code itself, 3 Much of the JavaScript library is implemented in JavaScript code itself,
4 using a minimal set of C++ runtime functions callable from JavaScript. 4 using a minimal set of C++ runtime functions callable from JavaScript.
5 Some of these are called using names that start with %, and using the flag 5 Some of these are called using names that start with %, and using the flag
6 "--allow-natives-syntax". Others are only called by code generated by the 6 "--allow-natives-syntax". Others are only called by code generated by the
7 code generators, and are not visible in JS, even using the % syntax. 7 code generators, and are not visible in JS, even using the % syntax.
8
9 <a href='Hidden comment:
10 = Details =
11
12 Here are the V8 runtime functions, their JS names, if they are visible,
13 and their documentation.
14 <wiki:comment>
OLDNEW
« no previous file with comments | « docs/becoming_v8_committer.md ('k') | docs/source.md » ('j') | docs/source.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698