HomeSort by relevance Sort by last modified time
    Searched refs:exception_obj (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
isolate-inl.h 28 void Isolate::set_pending_exception(Object* exception_obj) {
29 DCHECK(!exception_obj->IsException(this));
30 thread_local_top_.pending_exception_ = exception_obj;
factory.cc 1175 Handle<Object> exception_obj; local
1197 Handle<Object> exception_obj; local
    [all...]
isolate.h 585 inline void set_pending_exception(Object* exception_obj);
    [all...]
deoptimizer.cc 1032 Object* exception_obj = reinterpret_cast<Object*>( local
    [all...]
  /external/v8/src/runtime/
runtime-test.cc 498 CONVERT_ARG_HANDLE_CHECKED(JSObject, exception_obj, 0);
502 isolate->CreateMessage(exception_obj, nullptr);

Completed in 134 milliseconds