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

  /libcore/luni/src/main/native/
ExecStrings.cpp 49 jthrowable pending_exception = env_->ExceptionOccurred(); local
50 if (pending_exception != NULL) {
62 if (pending_exception != NULL) {
63 if (env_->Throw(pending_exception) < 0) {
  /external/chromium_org/v8/src/
messages.cc 87 exception_object = isolate->pending_exception();
isolate.h 148 C(PendingException, pending_exception) \
255 // invariants that hold about pending_exception. We may want to
532 Object* pending_exception() { function in class:v8::internal::Isolate
669 pending_exception_(isolate_->pending_exception(), isolate_),
    [all...]
isolate.cc 818 pending_exception() == heap_.termination_exception()) {
888 thread_local_top()->scheduled_exception_ = pending_exception();
    [all...]
execution.cc 183 if (isolate->pending_exception() ==
liveedit.cc 866 Handle<Object> exception(isolate->pending_exception(), isolate);
    [all...]
runtime.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 207 CHECK_EQ(42.0, isolate->pending_exception()->Number());
test-parsing.cc     [all...]
  /external/qemu/target-arm/
cpu.h 198 int pending_exception; member in struct:CPUARMState::__anon33826
  /external/chromium_org/v8/src/x87/
code-stubs-x87.cc     [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc     [all...]

Completed in 354 milliseconds