Lines Matching refs:ErrorUtils
246 ErrorUtils::ToString(isolate, Handle<Object>::cast(error));
257 err_str = ErrorUtils::ToString(isolate, pending_exception);
296 MaybeHandle<Object> ErrorUtils::FormatStackTrace(Isolate* isolate,
388 ErrorUtils::ToString(isolate, pending_exception);
485 MaybeHandle<JSObject> ErrorUtils::Construct(Isolate* isolate,
501 return ErrorUtils::Construct(isolate, target, new_target, message, options,
503 ErrorUtils::StackTraceCollection::kEnabled);
506 MaybeHandle<JSObject> ErrorUtils::Construct(
615 MaybeHandle<String> ErrorUtils::ToString(Isolate* isolate,
692 Handle<JSObject> ErrorUtils::MakeGenericError(
710 return ErrorUtils::Construct(isolate, constructor, constructor, msg, options,
816 Handle<JSObject> ErrorUtils::NewIteratorError(Isolate* isolate,
832 Object ErrorUtils::ThrowSpreadArgError(Isolate* isolate, MessageTemplate id,
867 Handle<JSObject> ErrorUtils::NewCalledNonCallableError(Isolate* isolate,
877 Handle<JSObject> ErrorUtils::NewConstructedNonConstructable(
886 Object ErrorUtils::ThrowLoadFromNullOrUndefined(Isolate* isolate,
996 MaybeHandle<Object> ErrorUtils::GetFormattedStack(
1040 void ErrorUtils::SetFormattedStack(Isolate* isolate,