Home
last modified time | relevance | path

Searched refs:OnThrow (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug.h222 void OnThrow(Handle<Object> exception);
Ddebug.cc1648 void Debug::OnThrow(Handle<Object> exception) { in OnThrow() function in v8::internal::Debug
/external/v8/src/
Disolate.cc1198 debug()->OnThrow(exception); in Throw()