Home
last modified time | relevance | path

Searched refs:ErrorUtils (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dmessages.cc246 ErrorUtils::ToString(isolate, Handle<Object>::cast(error)); in AppendErrorString()
257 err_str = ErrorUtils::ToString(isolate, pending_exception); in AppendErrorString()
296 MaybeHandle<Object> ErrorUtils::FormatStackTrace(Isolate* isolate, in FormatStackTrace()
388 ErrorUtils::ToString(isolate, pending_exception); in FormatStackTrace()
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( in Construct()
615 MaybeHandle<String> ErrorUtils::ToString(Isolate* isolate, in ToString()
692 Handle<JSObject> ErrorUtils
[all...]
H A Dmessages.h73 class ErrorUtils : public AllStatic { class
H A Disolate.cc1570 ErrorUtils::Construct(this, fun, fun, msg, options, SKIP_NONE, no_caller, in StackOverflow()
1571 ErrorUtils::StackTraceCollection::kEnabled)); in StackOverflow()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-error.cc25 isolate, ErrorUtils::Construct(isolate, args.target(), args.new_target(), in BUILTIN()
71 ErrorUtils::ToString(isolate, args.receiver())); in BUILTIN()
H A Daccessors.cc828 if (!ErrorUtils::GetFormattedStack(isolate, error_object) in ErrorStackGetter()
843 ErrorUtils::SetFormattedStack(isolate, error_object, in ErrorStackSetter()
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc507 return isolate->Throw(*ErrorUtils::NewIteratorError(isolate, object)); in RUNTIME_FUNCTION()
516 return ErrorUtils::ThrowSpreadArgError(isolate, message_id, object); in RUNTIME_FUNCTION()
524 *ErrorUtils::NewCalledNonCallableError(isolate, object)); in RUNTIME_FUNCTION()
532 *ErrorUtils::NewConstructedNonConstructable(isolate, object)); in RUNTIME_FUNCTION()
539 return ErrorUtils::ThrowLoadFromNullOrUndefined(isolate, object, in RUNTIME_FUNCTION()
H A Druntime-promise.cc180 ErrorUtils::Construct(isolate, target, new_target, message, options)); in RUNTIME_FUNCTION()
219 ErrorUtils::Construct(isolate, isolate->aggregate_error_function(), in RUNTIME_FUNCTION()
H A Druntime-object.cc40 ErrorUtils::ThrowLoadFromNullOrUndefined(isolate, lookup_start_object, key); in GetObjectProperty()
1347 return ErrorUtils::ThrowLoadFromNullOrUndefined(isolate, source, in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc2148 if (!ErrorUtils::Construct(isolate_, constructor, constructor, message, in ReadJSError()
2150 ErrorUtils::StackTraceCollection::kDisabled) in ReadJSError()
2155 ErrorUtils::SetFormattedStack(isolate_, error, stack); in ReadJSError()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2194 return scope.CloseAndEscape(ErrorUtils::MakeGenericError( in NewError()
2204 return ErrorUtils::Construct(isolate(), constructor, constructor, message, in NewError()
2206 ErrorUtils::StackTraceCollection::kEnabled) in NewError()
/third_party/node/deps/v8/src/ic/
H A Dic.cc438 ErrorUtils::NewIteratorError(isolate(), object)); in Load()
445 ErrorUtils::ThrowLoadFromNullOrUndefined(isolate(), object, name); in Load()

Completed in 34 milliseconds