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

  /external/v8/test/cctest/
test-compiler.cc 138 bool has_pending_exception;
140 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
141 CHECK(!has_pending_exception);
159 bool has_pending_exception; local
161 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
162 CHECK(!has_pending_exception);
179 bool has_pending_exception; local
181 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
182 CHECK(!has_pending_exception);
200 bool has_pending_exception; local
254 bool has_pending_exception; local
269 bool has_pending_exception; local
294 bool has_pending_exception; local
309 &has_pending_exception); local
    [all...]
test-regexp.cc     [all...]
test-api.cc     [all...]
  /external/v8/src/
execution.cc 48 bool* has_pending_exception) {
106 *has_pending_exception = value->IsException();
107 ASSERT(*has_pending_exception == Top::has_pending_exception());
108 if (*has_pending_exception) {
152 ASSERT(Top::has_pending_exception());
162 ASSERT(!Top::has_pending_exception());
414 #define RETURN_NATIVE_CALL(name, argc, argv, has_pending_exception) \
417 ASSERT(has_pending_exception != NULL); \
419 has_pending_exception); \
    [all...]
top.h 165 ASSERT(has_pending_exception());
181 static bool has_pending_exception() { function in class:v8::internal::Top
224 has_pending_exception() &&
api.cc 69 bool has_pending_exception = false
75 if (has_pending_exception) { \
    [all...]
compiler.cc 167 ASSERT(Top::has_pending_exception());
377 ASSERT(Top::has_pending_exception());
regexp-macro-assembler.cc 179 if (result == EXCEPTION && !Top::has_pending_exception()) {
runtime.cc 1250 bool has_pending_exception; local
    [all...]
bootstrapper.cc 919 bool has_pending_exception; local
    [all...]
fast-codegen.cc 451 ASSERT(!Top::has_pending_exception());
462 ASSERT(!Top::has_pending_exception());
top.cc 740 ASSERT(!has_pending_exception());
808 ASSERT(has_pending_exception());
908 if (has_pending_exception()) {
    [all...]
codegen.cc 253 ASSERT(!Top::has_pending_exception());
debug.h 751 if (!Top::has_pending_exception()) {
full-codegen.cc 457 ASSERT(!Top::has_pending_exception());
handles.cc 696 ASSERT(result != Top::has_pending_exception());
builtins.cc 737 ASSERT(Top::has_pending_exception() == pending_exception);
    [all...]
jsregexp.cc 68 bool* has_pending_exception) {
72 return Execution::New(constructor, 2, argv, has_pending_exception);
169 ASSERT(!result.is_null() || Top::has_pending_exception());
403 ASSERT(Top::has_pending_exception());
    [all...]
jsregexp.h 56 bool* has_pending_exception);
    [all...]
objects.cc 207 bool has_pending_exception; local
209 Execution::Call(fun, self, 0, NULL, &has_pending_exception);
211 if (has_pending_exception) return Failure::Exception();
1632 bool has_pending_exception; local
    [all...]
debug.cc 698 ASSERT(Top::has_pending_exception());
    [all...]
  /external/v8/src/ia32/
fast-codegen-ia32.cc 451 ASSERT(!Top::has_pending_exception());
462 ASSERT(!Top::has_pending_exception());

Completed in 1388 milliseconds