Searched refs:ReThrow (Results 1 – 11 of 11) sorted by relevance
89 return isolate->ReThrow(args[0]); in RUNTIME_FUNCTION()
1020 return isolate->ReThrow(exception); in RUNTIME_FUNCTION()
302 F(ReThrow, 1, 1) \
705 Object* ReThrow(Object* exception);
1058 Object* Isolate::ReThrow(Object* exception) { in ReThrow() function in v8::internal::Isolate1256 return ReThrow(thrown); in PromoteScheduledException()
561 try_catch.ReThrow(); in RealmCreate()667 try_catch.ReThrow(); in Write()
2190 v8::Local<v8::Value> v8::TryCatch::ReThrow() { in ReThrow() function in v8::v8::TryCatch
6577 Local<Value> ReThrow();
6089 try_catch.ReThrow(); in TryCatchNested1Helper()6102 try_catch.ReThrow(); in TryCatchNested2Helper()6153 try_catch.ReThrow(); in TryCatchMixedNestingHelper()17737 tc.ReThrow(); in SpaghettiIncident()
4137 tryCatch.ReThrow(); in TEST()
13017 Added TryCatch::ReThrow method to the API.