Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h143 v8::Local<v8::Value> promise, bool is_uncaught) override;
/external/v8/src/debug/
Ddebug-interface.h177 v8::Local<v8::Value> promise, bool is_uncaught) { in ExceptionThrown() argument
Ddebug.h611 v8::Local<v8::Value> promise, bool is_uncaught) override;
Ddebug.cc2300 bool is_uncaught) { in ExceptionThrown() argument
2303 ->MakeExceptionEvent(v8::Utils::OpenHandle(*exception), is_uncaught, in ExceptionThrown()