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

  /external/v8/src/
execution.cc 130 if (isolate->pending_exception() == Failure::OutOfMemoryException()) {
148 bool* pending_exception,
150 *pending_exception = false;
153 callable = TryGetFunctionDelegate(callable, pending_exception);
154 if (*pending_exception) return callable;
168 receiver = ToObject(receiver, pending_exception);
170 if (*pending_exception) return callable;
173 return Invoke(false, func, receiver, argc, argv, pending_exception);
180 bool* pending_exception) {
182 pending_exception);
    [all...]
execution.h 58 // *pending_exception tells whether the invoke resulted in
69 bool* pending_exception,
76 // *pending_exception tells whether the invoke resulted in
82 bool* pending_exception);
builtins.cc 474 bool pending_exception; local
479 &pending_exception);
480 if (pending_exception) return Failure::Exception();
1074 bool pending_exception = false; local
    [all...]
isolate.cc 948 thread_local_top()->scheduled_exception_ = pending_exception();
    [all...]
isolate.h 141 C(PendingException, pending_exception) \
246 // invariants that hold about pending_exception. We may want to
535 MaybeObject* pending_exception() { function in class:v8::internal::Isolate
651 pending_exception_(isolate_->pending_exception()->ToObjectUnchecked()),
    [all...]
factory.cc     [all...]
debug.h 773 bool* pending_exception);
    [all...]
factory.h 405 bool* pending_exception);
bootstrapper.cc 2143 bool pending_exception = false; local
    [all...]
debug.cc     [all...]
runtime.cc     [all...]
  /external/qemu/target-arm/
cpu.h 166 int pending_exception; member in struct:CPUARMState::__anon13889
  /external/v8/test/cctest/
test-compiler.cc 275 CHECK_EQ(42.0, Isolate::Current()->pending_exception()->
test-parsing.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]

Completed in 323 milliseconds