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

  /external/v8/src/
execution.h 51 // *pending_exception tells whether the invoke resulted in
58 bool* pending_exception);
64 // *pending_exception tells whether the invoke resulted in
70 bool* pending_exception);
execution.cc 134 if (isolate->pending_exception() == Failure::OutOfMemoryException()) {
152 bool* pending_exception) {
153 return Invoke(false, func, receiver, argc, args, pending_exception);
158 Object*** args, bool* pending_exception) {
160 pending_exception);
185 if (isolate->pending_exception() ==
top.cc 594 thread_local_top()->scheduled_exception_ = pending_exception();
779 if (!is_catchable_by_javascript(pending_exception())) {
860 pending_exception() == heap_.termination_exception();
893 thread_local_top()->scheduled_exception_ = pending_exception();
911 MaybeObject* e = pending_exception()
    [all...]
builtins.cc 426 bool pending_exception = false; local
431 &pending_exception);
432 if (pending_exception) return Failure::Exception();
1079 bool pending_exception = false; local
    [all...]
isolate.cc 670 ASSERT(!pending_exception()->IsFailure());
672 try_catch_handler()->exception_ = pending_exception();
factory.cc     [all...]
factory.h 342 bool* pending_exception);
isolate.h 238 // invariants that hold about pending_exception. We may want to
550 MaybeObject* pending_exception() { function in class:v8::internal::Isolate
668 pending_exception_(isolate_->pending_exception()->ToObjectUnchecked()),
    [all...]
bootstrapper.cc 1922 bool pending_exception = false; local
    [all...]
debug.h 758 bool* pending_exception);
    [all...]
debug.cc     [all...]
runtime.cc     [all...]
  /external/qemu/target-arm/
cpu.h 166 int pending_exception; member in struct:CPUARMState::__anon10198
  /external/v8/test/cctest/
test-compiler.cc 276 CHECK_EQ(42.0, Isolate::Current()->pending_exception()->
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
macro-assembler-ia32.cc 566 ExternalReference pending_exception(Isolate::k_pending_exception_address,
569 mov(Operand::StaticVariable(pending_exception), eax);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
code-stubs-x64.cc     [all...]

Completed in 406 milliseconds