Searched refs:DoThrow (Results 1 - 2 of 2) 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
H A Disolate.h781 void DoThrow(Object* exception, MessageLocation* location);

Completed in 248 milliseconds