Home
last modified time | relevance | path

Searched defs:has_pending_exception (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate-inl.h69 bool Isolate::has_pending_exception() { in has_pending_exception() function
Dlocal-isolate.h90 bool has_pending_exception() const { return false; } in has_pending_exception() function
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc793 bool has_pending_exception = in RUNTIME_FUNCTION() local