Searched refs:ReThrow (Results 1 – 11 of 11) sorted by relevance
37 return block.ReThrow(); \
235 block.ReThrow(); in prepareBase()
1231 tryCatch.ReThrow(); in SerializedScriptValue()
315 F(ReThrow, 1, 1) \
924 Failure* Isolate::ReThrow(MaybeObject* exception, MessageLocation* location) { in ReThrow() function in v8::internal::Isolate958 return ReThrow(thrown); in PromoteScheduledException()
711 Failure* ReThrow(MaybeObject* exception, MessageLocation* location = NULL);
1682 v8::Handle<v8::Value> v8::TryCatch::ReThrow() { in ReThrow() function in v8::v8::TryCatch
8896 return isolate->ReThrow(args[0]); in RUNTIME_FUNCTION()
3353 Handle<Value> ReThrow();
2545 Added TryCatch::ReThrow method to the API.
14282 return tc.ReThrow(); in SpaghettiIncident()