Home
last modified time | relevance | path

Searched refs:set_wasm_caught_exception (Results 1 – 4 of 4) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Disolate-inl.h54 void Isolate::set_wasm_caught_exception(Object* exception) { in set_wasm_caught_exception() function
H A Disolate.h608 inline void set_wasm_caught_exception(Object* exception);
H A Disolate.cc1345 set_wasm_caught_exception(exception); in Throw()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-wasm.cc123 isolate->set_wasm_caught_exception(*exception); in RUNTIME_FUNCTION()