Searched defs:MakeExceptionEvent (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/debug/
H A Ddebug.cc1638 MaybeHandle<Object> Debug::MakeExceptionEvent(Handle<Object> exception, function in class:v8::internal::Debug
1646 return CallFunction("MakeExceptionEvent", arraysize(argv), argv);
1739 // code (MakeExceptionEvent and ProcessDebugEvent) have been moved to C++.
2303 ->MakeExceptionEvent(v8::Utils::OpenHandle(*exception), is_uncaught,
H A Ddebug.js899 function MakeExceptionEvent(break_id, exception, uncaught, promise) { function
1023 "MakeExceptionEvent", MakeExceptionEvent,

Completed in 46 milliseconds