Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.h832 Object Throw(Object exception) { return ThrowInternal(exception, nullptr); } in Throw()
1735 Object ThrowInternal(Object exception, MessageLocation* location);
Disolate.cc1461 return ThrowInternal(*exception, location); in ThrowAt()
1595 Object Isolate::ThrowInternal(Object raw_exception, MessageLocation* location) { in ThrowInternal() function in v8::internal::Isolate