311. bonism- the doctrine the world is good but not perfect in the Panglossian sense312. boodle- counterfeit money, means obtained by corruption313. borasco- a violent wind squall314.borborology- a filthy talk that is burlesque315. boscage- thick foliage or woodland extremely elegant prose...
*/\nexport enum Runtime {\n /** Simple bump allocator without GC. */\n Stub = 0,\n /** Stop the world semi-automatic GC. */\n Minimal = 1,\n /** incremental GC. */\n Incremental = 2,\n}\n","/// \n\nimport { idof } from \"../builtins\";\nimport { CharCode ...