Lines Matching refs:has_pending_exception

70   bool has_pending_exception = false
78 if (has_pending_exception) { \
1689 has_pending_exception = !i::Execution::Call( in Run()
1757 has_pending_exception = result.is_null(); in CompileUnbound()
1758 if (has_pending_exception && script_data != NULL) { in CompileUnbound()
1862 has_pending_exception = result.is_null(); in Compile()
1863 if (has_pending_exception) isolate->ReportPendingMessages(); in Compile()
1998 has_pending_exception = !maybe.has_value; in StackTrace()
2145 has_pending_exception = !CallV8HeapFunction( in GetLineNumber()
2180 has_pending_exception = !CallV8HeapFunction( in GetStartColumn()
2195 has_pending_exception = !CallV8HeapFunction( in GetEndColumn()
2226 has_pending_exception = !CallV8HeapFunction( in GetSourceLine()
2376 has_pending_exception = !maybe_result.ToHandle(&result); in Parse()
2581 has_pending_exception = !i::Execution::ToString( in ToString()
2599 has_pending_exception = !i::Execution::ToDetailString( in ToDetailString()
2617 has_pending_exception = !i::Execution::ToObject( in ToObject()
2650 has_pending_exception = !i::Execution::ToNumber( in ToNumber()
2668 has_pending_exception = !i::Execution::ToInteger( in ToInteger()
2897 has_pending_exception = !i::Execution::ToNumber( in NumberValue()
2915 has_pending_exception = !i::Execution::ToInteger( in IntegerValue()
2937 has_pending_exception = !i::Execution::ToInt32(isolate, obj).ToHandle(&num); in ToInt32()
2954 has_pending_exception = !i::Execution::ToUint32( in ToUint32()
2973 has_pending_exception = !i::Execution::ToString( in ToArrayIndex()
3001 has_pending_exception = !i::Execution::ToInt32(isolate, obj).ToHandle(&num); in Int32Value()
3032 has_pending_exception = !CallV8HeapFunction( in Equals()
3094 has_pending_exception = !i::Execution::ToUint32( in Uint32Value()
3115 has_pending_exception = in Set()
3131 has_pending_exception = i::JSObject::SetElement( in Set()
3149 has_pending_exception = i::Runtime::DefineObjectProperty( in ForceSet()
3183 has_pending_exception = !i::Runtime::DeleteObjectProperty( in ForceDelete()
3198 has_pending_exception = in Get()
3212 has_pending_exception = in Get()
3234 has_pending_exception = !i::Execution::ToString( in GetPropertyAttributes()
3242 has_pending_exception = !result.has_value; in GetPropertyAttributes()
3259 has_pending_exception = !CallV8HeapFunction( in GetOwnPropertyDescriptor()
3291 has_pending_exception = result.is_null(); in SetPrototype()
3327 has_pending_exception = !i::JSReceiver::GetKeys( in GetPropertyNames()
3349 has_pending_exception = !i::JSReceiver::GetKeys( in GetOwnPropertyNames()
3437 has_pending_exception = !i::Runtime::DeleteObjectProperty( in Delete()
3457 has_pending_exception = !i::Runtime::HasObjectProperty( in Has()
3481 has_pending_exception = in Delete()
3494 has_pending_exception = !maybe.has_value; in Has()
3589 has_pending_exception = !maybe.has_value; in HasOwnProperty()
3602 has_pending_exception = !maybe.has_value; in HasRealNamedProperty()
3615 has_pending_exception = !maybe.has_value; in HasRealIndexedProperty()
3630 has_pending_exception = !maybe.has_value; in HasRealNamedCallbackProperty()
3656 has_pending_exception = !i::Object::GetProperty(it).ToHandle(&result); in GetPropertyByLookup()
3727 has_pending_exception = result.is_null(); in Clone()
3996 has_pending_exception = !i::Execution::TryGetFunctionDelegate( in CallAsFunction()
4004 has_pending_exception = !i::Execution::Call( in CallAsFunction()
4027 has_pending_exception = !i::Execution::New( in CallAsConstructor()
4035 has_pending_exception = !i::Execution::TryGetConstructorDelegate( in CallAsConstructor()
4042 has_pending_exception = !i::Execution::Call( in CallAsConstructor()
4084 has_pending_exception = !i::Execution::New( in NewInstance()
4105 has_pending_exception = !i::Execution::Call( in Call()
5307 has_pending_exception = !i::Execution::InstantiateObject( in NewInstance()
5322 has_pending_exception = !i::Execution::InstantiateFunction( in GetFunction()
5700 has_pending_exception = !i::Execution::NewDate( in New()
5761 has_pending_exception = !i::Execution::NewJSRegExp( in New()
5832 has_pending_exception = result.is_null(); in CloneElementAt()
5848 has_pending_exception = !i::Execution::Call( in IsPromise()
5865 has_pending_exception = !i::Execution::Call( in New()
5889 has_pending_exception = i::Execution::Call( in Resolve()
5906 has_pending_exception = i::Execution::Call( in Reject()
5924 has_pending_exception = !i::Execution::Call( in Chain()
5943 has_pending_exception = !i::Execution::Call( in Catch()
5962 has_pending_exception = !i::Execution::Call( in Then()
6870 has_pending_exception = !maybe_result.ToHandle(&result); \
6962 has_pending_exception = !maybe_result.ToHandle(&result); in Call()
6976 has_pending_exception = !isolate_debug->Load(); in GetMirror()
6978 if (!has_pending_exception) { in GetMirror()
6990 has_pending_exception = result.IsEmpty(); in GetMirror()