Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate-inl.h41 void Isolate::set_pending_exception(Object exception_obj) { in set_pending_exception()
Disolate.cc2341 Object exception_obj = pending_exception(); in ThrowInternal() local
/external/v8/src/d8/
Dd8.cc1961 Local<v8::Value> exception_obj) { in ReportException()