Searched refs:has_pending_exception (Results 1 - 22 of 22) sorted by relevance

/external/v8/test/cctest/
H A Dtest-compiler.cc138 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...]
H A Dtest-regexp.cc1219 CHECK(Top::has_pending_exception());
H A Dtest-api.cc5294 ASSERT(!i::Top::has_pending_exception());
/external/v8/src/
H A Dexecution.cc48 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); \
43 Invoke(bool construct, Handle<JSFunction> func, Handle<Object> receiver, int argc, Object*** args, bool* has_pending_exception) argument
[all...]
H A Dtop.h165 ASSERT(has_pending_exception());
181 static bool has_pending_exception() { function in class:v8::internal::Top
224 has_pending_exception() &&
H A Dapi.cc69 bool has_pending_exception = false
75 if (has_pending_exception) { \
1148 has_pending_exception = boilerplate.is_null();
1202 i::Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
1387 bool* has_pending_exception) {
1393 i::Execution::Call(fun, recv, argc, argv, has_pending_exception);
1400 bool* has_pending_exception) {
1406 has_pending_exception);
1417 &has_pending_exception);
1451 &has_pending_exception);
1383 CallV8HeapFunction(const char* name, i::Handle<i::Object> recv, int argc, i::Object** argv[], bool* has_pending_exception) argument
1398 CallV8HeapFunction(const char* name, i::Handle<i::Object> data, bool* has_pending_exception) argument
[all...]
H A Dcompiler.cc167 ASSERT(Top::has_pending_exception());
377 ASSERT(Top::has_pending_exception());
H A Dregexp-macro-assembler.cc179 if (result == EXCEPTION && !Top::has_pending_exception()) {
H A Druntime.cc1188 ASSERT(Top::has_pending_exception());
1250 bool has_pending_exception; local
1253 &has_pending_exception);
1254 if (has_pending_exception) {
1255 ASSERT(Top::has_pending_exception());
2875 bool has_pending_exception = false;
2877 Execution::ToString(key, &has_pending_exception);
2878 if (has_pending_exception) return Failure::Exception();
3083 bool has_pending_exception = false;
3084 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
[all...]
H A Dbootstrapper.cc866 ASSERT(Top::has_pending_exception() != result);
919 bool has_pending_exception; local
921 Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
922 if (has_pending_exception) return false;
1310 ASSERT(Top::has_pending_exception() != result);
1372 ASSERT(Top::has_pending_exception());
H A Dfast-codegen.cc451 ASSERT(!Top::has_pending_exception());
462 ASSERT(!Top::has_pending_exception());
H A Dtop.cc740 ASSERT(!has_pending_exception());
808 ASSERT(has_pending_exception());
908 if (has_pending_exception()) {
H A Dcodegen.cc253 ASSERT(!Top::has_pending_exception());
H A Ddebug.h751 if (!Top::has_pending_exception()) {
H A Dfull-codegen.cc457 ASSERT(!Top::has_pending_exception());
H A Dhandles.cc696 ASSERT(result != Top::has_pending_exception());
H A Dbuiltins.cc737 ASSERT(Top::has_pending_exception() == pending_exception);
H A Djsregexp.cc68 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());
65 CreateRegExpLiteral(Handle<JSFunction> constructor, Handle<String> pattern, Handle<String> flags, bool* has_pending_exception) argument
H A Djsregexp.h56 bool* has_pending_exception);
H A Dobjects.cc207 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
1634 Execution::Call(fun, self, 1, argv, &has_pending_exception);
1636 if (has_pending_exception) return Failure::Exception();
H A Ddebug.cc698 ASSERT(Top::has_pending_exception());
/external/v8/src/ia32/
H A Dfast-codegen-ia32.cc451 ASSERT(!Top::has_pending_exception());
462 ASSERT(!Top::has_pending_exception());

Completed in 306 milliseconds