Searched refs:ErrorUtils (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
H A D | messages.cc | 246 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 D | messages.h | 73 class ErrorUtils : public AllStatic { class
|
H A D | isolate.cc | 1570 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 D | builtins-error.cc | 25 isolate, ErrorUtils::Construct(isolate, args.target(), args.new_target(), in BUILTIN() 71 ErrorUtils::ToString(isolate, args.receiver())); in BUILTIN()
|
H A D | accessors.cc | 828 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 D | runtime-internal.cc | 507 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 D | runtime-promise.cc | 180 ErrorUtils::Construct(isolate, target, new_target, message, options)); in RUNTIME_FUNCTION() 219 ErrorUtils::Construct(isolate, isolate->aggregate_error_function(), in RUNTIME_FUNCTION()
|
H A D | runtime-object.cc | 40 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 D | value-serializer.cc | 2148 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 D | factory.cc | 2194 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 D | ic.cc | 438 ErrorUtils::NewIteratorError(isolate(), object)); in Load() 445 ErrorUtils::ThrowLoadFromNullOrUndefined(isolate(), object, name); in Load()
|
Completed in 34 milliseconds