V8 runtime functions

October 23, 2018 ยท View on GitHub

  • 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