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

1 2

  /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/
execution.cc 131 if (isolate->pending_exception()->IsOutOfMemory()) {
155 bool* pending_exception,
157 *pending_exception = false;
160 callable = TryGetFunctionDelegate(callable, pending_exception);
161 if (*pending_exception) return callable;
177 receiver = ToObject(receiver, pending_exception);
179 if (*pending_exception) return callable;
182 return Invoke(false, func, receiver, argc, argv, pending_exception);
189 bool* pending_exception) {
191 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);
messages.cc 116 isolate->pending_exception()->ToObject(&exception_object);
builtins.cc 450 bool pending_exception; local
455 &pending_exception);
456 if (pending_exception) return Failure::Exception();
1234 bool pending_exception = false; local
    [all...]
isolate.cc     [all...]
isolate.h 159 C(PendingException, pending_exception) \
265 // invariants that hold about pending_exception. We may want to
572 MaybeObject* pending_exception() { function in class:v8::internal::Isolate
705 pending_exception_(isolate_->pending_exception()->ToObjectUnchecked(),
    [all...]
factory.cc     [all...]
factory.h 460 bool* pending_exception);
debug.h 844 bool* pending_exception);
    [all...]
  /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...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 263 CHECK_EQ(42.0, isolate->pending_exception()->ToObjectChecked()->Number());
  /external/qemu/target-arm/
cpu.h 166 int pending_exception; member in struct:CPUARMState::__anon27323
  /external/v8/test/cctest/
test-compiler.cc 275 CHECK_EQ(42.0, Isolate::Current()->pending_exception()->
test-parsing.cc     [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]

Completed in 862 milliseconds

1 2