Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h950 V8_WARN_UNUSED_RESULT MaybeHandle<T> ThrowAt(Handle<JSObject> exception, in ThrowAt() function
Disolate.cc1587 Object Isolate::ThrowAt(Handle<JSObject> exception, MessageLocation* location) { in ThrowAt() function in v8::internal::Isolate