Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h44 void Isolate::set_pending_exception(Object* exception_obj) { in set_pending_exception() function
130 isolate_->set_pending_exception(*pending_exception_); in ~ExceptionScope()
Disolate.h716 inline void set_pending_exception(Object* exception_obj);
Disolate.cc1244 set_pending_exception(*exception); in Throw()
1253 set_pending_exception(exception); in Throw()
/external/v8/src/runtime/
Druntime-internal.cc588 isolate->set_pending_exception(*message_obj); in RUNTIME_FUNCTION()