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

/external/v8/src/
H A Disolate.cc924 Failure* Isolate::ReThrow(MaybeObject* exception, MessageLocation* location) { function in class:v8::internal::Isolate
958 return ReThrow(thrown);
1143 // be caught. If necessary, ReThrow will update the catcher.
H A Dapi.cc1682 v8::Handle<v8::Value> v8::TryCatch::ReThrow() { function in class:v8::v8::TryCatch

Completed in 129 milliseconds