Home
last modified time | relevance | path

Searched refs:ThrowInternal (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h939 Object Throw(Object exception) { return ThrowInternal(exception, nullptr); } in Throw()
2061 Object ThrowInternal(Object exception, MessageLocation* location);
Disolate.cc1608 return ThrowInternal(*exception, location); in ThrowAt()
1743 Object Isolate::ThrowInternal(Object raw_exception, MessageLocation* location) { in ThrowInternal() function in v8::internal::Isolate