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());