Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 951 Bytes

runtime-functions.md

File metadata and controls

20 lines (15 loc) · 951 Bytes

V8 runtime functions

  • V8 JS lib uses minimal set of C+ runtime functions (callable from JavaScript)
  • lots of these have names starting with % and are visible
  • others aren't visible as they are only called by generated code

Usage

Resources