HomeSort by relevance Sort by last modified time
    Searched defs:pending_exception_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
isolate.h 277 Object* pending_exception_; member in class:v8::internal::BASE_EMBEDDED
649 Handle<Object> pending_exception_; member in class:v8::internal::Isolate::ExceptionScope
    [all...]
  /art/runtime/
thread.cc 176 pending_exception_(pending_exception),
182 mirror::Throwable* GetPendingException() const { return pending_exception_; }
189 return reinterpret_cast<mirror::Object**>(&pending_exception_);
204 mirror::Throwable* pending_exception_; member in class:art::DeoptimizationContextRecord
    [all...]

Completed in 132 milliseconds