Home
last modified time | relevance | path

Searched refs:ThrowAt (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dsynthetic-module.cc63 return isolate->ThrowAt<Cell>( in ResolveExport()
H A Dsource-text-module.cc203 return isolate->ThrowAt<Cell>( in ResolveExport()
292 return isolate->ThrowAt<Cell>(isolate->factory()->NewSyntaxError( in ResolveExportUsingStarExports()
314 return isolate->ThrowAt<Cell>( in ResolveExportUsingStarExports()
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.cc186 isolate->ThrowAt(error, &location); in ThrowPendingError()
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc231 return isolate->ThrowAt<Context>( in NewScriptContext()
253 return isolate->ThrowAt<Context>( in NewScriptContext()
H A Dmessages.cc862 isolate->ThrowAt(isolate->factory()->NewTypeError(id, callsite, object), in ThrowSpreadArgError()
988 isolate->ThrowAt(error, &location); in ThrowLoadFromNullOrUndefined()
H A Disolate.h940 Object ThrowAt(Handle<JSObject> exception, MessageLocation* location);
950 V8_WARN_UNUSED_RESULT MaybeHandle<T> ThrowAt(Handle<JSObject> exception, in ThrowAt() function in v8::internal::final
952 ThrowAt(exception, location); in ThrowAt()
H A Disolate.cc1587 Object Isolate::ThrowAt(Handle<JSObject> exception, MessageLocation* location) { in ThrowAt() function in v8::internal::Isolate
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc293 isolate()->ThrowAt(factory->NewSyntaxError(message, arg1, arg2), &location); in ReportUnexpectedToken()

Completed in 23 milliseconds