Searched refs:ThrowInternal (Results 1 – 2 of 2) sorted by relevance
832 Object Throw(Object exception) { return ThrowInternal(exception, nullptr); } in Throw()1735 Object ThrowInternal(Object exception, MessageLocation* location);
1461 return ThrowInternal(*exception, location); in ThrowAt()1595 Object Isolate::ThrowInternal(Object raw_exception, MessageLocation* location) { in ThrowInternal() function in v8::internal::Isolate