Home
last modified time | relevance | path

Searched defs:ThrowAt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/execution/
Disolate.h843 V8_WARN_UNUSED_RESULT MaybeHandle<T> ThrowAt(Handle<JSObject> exception, in ThrowAt() function
Disolate.cc1440 Object Isolate::ThrowAt(Handle<JSObject> exception, MessageLocation* location) { in ThrowAt() function in v8::internal::Isolate