v5 Bytecode

Module init pattern

  • ENTER_SCOPE
  • module statements
  • build export map
  • EXIT_SCOPE
  • DEFINE_CONST moduleName

Imports

  • LOAD moduleName
  • DEFINE_CONST alias

Member access

  • LOAD alias
  • PUSH_STR "name"
  • GET_INDEX
1 / 1
Use arrow keys or click edges to navigate. Press H to toggle help, F for fullscreen.