pub const COMPILED_TEST_FILE: LocalKey<Cell<*const CompiledTestFile>>;
Expand description
TLS slot used to store a CompiledTestFile reference so that it can be recovered when a hostcall (such as the exception-throw handler) is invoked.
pub const COMPILED_TEST_FILE: LocalKey<Cell<*const CompiledTestFile>>;
TLS slot used to store a CompiledTestFile reference so that it can be recovered when a hostcall (such as the exception-throw handler) is invoked.