Searched refs:is_catchable_by_wasm (Results 1 – 3 of 3) sorted by relevance
79 bool Isolate::is_catchable_by_wasm(Object* exception) { in is_catchable_by_wasm() function
620 inline bool is_catchable_by_wasm(Object* exception);
1217 if (frame->is_wasm() && is_catchable_by_wasm(exception)) { in Throw()