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