Home | History | Annotate | Download | only in src

Lines Matching refs:has_pending_exception

69   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);
1466 &has_pending_exception);
1481 &has_pending_exception);
1597 str = i::Execution::ToString(obj, &has_pending_exception);
1614 str = i::Execution::ToDetailString(obj, &has_pending_exception);
1631 val = i::Execution::ToObject(obj, &has_pending_exception);
1662 num = i::Execution::ToNumber(obj, &has_pending_exception);
1679 num = i::Execution::ToInteger(obj, &has_pending_exception);
1782 num = i::Execution::ToNumber(obj, &has_pending_exception);
1799 num = i::Execution::ToInteger(obj, &has_pending_exception);
1820 num = i::Execution::ToInt32(obj, &has_pending_exception);
1837 num = i::Execution::ToUint32(obj, &has_pending_exception);
1855 i::Execution::ToString(obj, &has_pending_exception);
1883 i::Execution::ToInt32(obj, &has_pending_exception);
1907 CallV8HeapFunction("EQUALS", obj, 1, args, &has_pending_exception);
1954 i::Execution::ToUint32(obj, &has_pending_exception);
1979 has_pending_exception = obj.is_null();
2000 has_pending_exception = obj.is_null();
2014 has_pending_exception = obj.is_null();
2027 has_pending_exception = result.is_null();
2049 has_pending_exception = result.is_null();
2275 has_pending_exception = result.is_null();
2325 has_pending_exception = obj.is_null();
2342 has_pending_exception = result.is_null();
2426 i::Execution::New(function, argc, args, &has_pending_exception);
2446 i::Execution::Call(fun, recv_obj, argc, args, &has_pending_exception);
3027 &has_pending_exception);
3041 &has_pending_exception);
3295 i::Execution::NewDate(time, &has_pending_exception);
3345 has_pending_exception = result.is_null();
3840 &has_pending_exception);
3844 &has_pending_exception);