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 140 bool has_pending_exception;
142 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
143 CHECK(!has_pending_exception);
161 bool has_pending_exception; local
163 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
164 CHECK(!has_pending_exception);
181 bool has_pending_exception; local
183 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
184 CHECK(!has_pending_exception);
202 bool has_pending_exception; local
256 bool has_pending_exception; local
271 bool has_pending_exception; local
296 bool has_pending_exception; local
312 &has_pending_exception); local
    [all...]
test-random.cc 54 bool has_pending_exception; local
60 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
82 bool has_pending_exception; local
92 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
93 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
104 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
test-parsing.cc     [all...]
test-regexp.cc     [all...]
test-api.cc     [all...]
  /external/v8/src/
execution.cc 74 bool* has_pending_exception) {
126 *has_pending_exception = value->IsException();
127 ASSERT(*has_pending_exception == Isolate::Current()->has_pending_exception());
128 if (*has_pending_exception) {
206 ASSERT(isolate->has_pending_exception());
217 ASSERT(!Isolate::Current()->has_pending_exception());
251 bool* has_pending_exception) {
275 *has_pending_exception = true;
309 bool* has_pending_exception) {
    [all...]
execution.h 155 bool* has_pending_exception);
161 bool* has_pending_exception);
isolate.h 122 ASSERT((isolate)->has_pending_exception()); \
129 ASSERT(!(isolate)->has_pending_exception()); \
131 CHECK(!(isolate)->has_pending_exception()); \
536 ASSERT(has_pending_exception());
554 bool has_pending_exception() { function in class:v8::internal::Isolate
    [all...]
api.cc 83 bool has_pending_exception = false
91 if (has_pending_exception) { \
    [all...]
regexp-macro-assembler.cc 183 if (result == EXCEPTION && !isolate->has_pending_exception()) {
isolate.cc     [all...]
compiler.cc 301 if (info->isolate()->has_pending_exception()) {
412 if (!isolate->has_pending_exception()) isolate->StackOverflow();
631 if (!isolate->has_pending_exception()) {
bootstrapper.cc 1370 bool has_pending_exception; local
    [all...]
runtime.cc 1944 bool has_pending_exception; local
    [all...]
objects.cc 233 if (isolate->has_pending_exception()) return Failure::Exception();
289 bool has_pending_exception; local
291 Execution::Call(fun, self, 0, NULL, &has_pending_exception, true);
293 if (has_pending_exception) return Failure::Exception();
2041 bool has_pending_exception; local
2674 bool has_pending_exception; local
    [all...]
debug.cc 759 ASSERT(isolate->has_pending_exception());
776 ASSERT(!isolate->has_pending_exception());
782 ASSERT(!isolate->has_pending_exception());
    [all...]
jsregexp.cc 69 bool* has_pending_exception) {
73 has_pending_exception);
179 regexp->GetIsolate()->has_pending_exception());
480 isolate->has_pending_exception());
519 ASSERT(!isolate->has_pending_exception());
547 ASSERT(isolate->has_pending_exception());
573 ASSERT(isolate->has_pending_exception());
    [all...]
full-codegen.cc 309 ASSERT(!isolate->has_pending_exception());
    [all...]
jsregexp.h 60 bool* has_pending_exception);
    [all...]
builtins.cc     [all...]
parser.cc     [all...]
hydrogen.cc     [all...]

Completed in 476 milliseconds