Searched refs:IsErrorObject (Results 1 – 2 of 2) sorted by relevance
987 bool Isolate::IsErrorObject(Handle<Object> obj) { in IsErrorObject() function in v8::internal::Isolate1047 if (IsErrorObject(exception_handle)) { in DoThrow()1073 if (exception_arg->IsJSObject() && !IsErrorObject(exception_arg)) { in DoThrow()
1217 bool IsErrorObject(Handle<Object> obj);