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

/external/chromium_org/v8/src/
H A Disolate.cc844 Object* Isolate::ReThrow(Object* exception) { function in class:v8::internal::Isolate
906 return ReThrow(thrown);
1155 // be caught. If necessary, ReThrow will update the catcher.
H A Dapi.cc1969 v8::Handle<v8::Value> v8::TryCatch::ReThrow() { function in class:v8::v8::TryCatch

Completed in 1107 milliseconds