| 25 | const INSTRUCTION_HOOK_COUNT = 1000 |
| 26 | |
| 27 | export default class Thread { |
| 28 | public readonly address: LuaState |
| 29 | public readonly lua: LuaWasm |
| 30 | protected readonly typeExtensions: OrderedExtension[] |
nothing calls this directly
no outgoing calls
no test coverage detected