Searched defs:DoThrow (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Disolate.cc788 DoThrow(*exception, NULL);
796 DoThrow(heap_.termination_exception(), NULL);
839 DoThrow(exception, location);
1009 void Isolate::DoThrow(Object* exception, MessageLocation* location) { function in class:v8::internal::Isolate

Completed in 63 milliseconds