Home
last modified time | relevance | path

Searched refs:get_wasm_caught_exception (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-wasm.cc149 Handle<Object> exception(isolate->get_wasm_caught_exception(), isolate); in RUNTIME_FUNCTION()
160 Handle<Object> except_obj(isolate->get_wasm_caught_exception(), isolate); in RUNTIME_FUNCTION()
182 Handle<Object> except_obj(isolate->get_wasm_caught_exception(), isolate); in RUNTIME_FUNCTION()
210 Handle<Object> except_obj(isolate->get_wasm_caught_exception(), isolate); in RUNTIME_FUNCTION()
/external/v8/src/
Disolate-inl.h61 Object* Isolate::get_wasm_caught_exception() { in get_wasm_caught_exception() function
Disolate.h720 inline Object* get_wasm_caught_exception();