Searched refs:wasm_runtime_exception_support (Results 1 – 5 of 5) sorted by relevance
70 V(WasmRuntimeExceptionSupport, wasm_runtime_exception_support, 16) \
153 bool wasm_runtime_exception_support() const;
104 bool CodeGenerator::wasm_runtime_exception_support() const { in wasm_runtime_exception_support() function in v8::internal::compiler::CodeGenerator106 return info_->wasm_runtime_exception_support(); in wasm_runtime_exception_support()
411 if (!gen_->wasm_runtime_exception_support()) { in GenerateCallToTrap()
669 if (!gen_->wasm_runtime_exception_support()) { in GenerateCallToTrap()