| Index: docs/runtime_functions.md
|
| diff --git a/docs/runtime_functions.md b/docs/runtime_functions.md
|
| index 765ed201fa34e46cf47503a9d368ee38e6bacb81..3ebd587868a2491430af0740a20a0971ad071acf 100644
|
| --- a/docs/runtime_functions.md
|
| +++ b/docs/runtime_functions.md
|
| @@ -1,14 +1,7 @@
|
| -# Introduction
|
| +# 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.
|
| -
|
| -<a href='Hidden comment:
|
| -= Details =
|
| -
|
| -Here are the V8 runtime functions, their JS names, if they are visible,
|
| -and their documentation.
|
| -<wiki:comment>
|
|
|