Searched refs:ReThrow (Results 1 – 13 of 13) sorted by relevance
336 BytecodeArrayBuilder& ReThrow(); in NON_EXPORTED_BASE()
281 V(ReThrow, AccumulatorUse::kRead) \
915 BytecodeArrayBuilder& BytecodeArrayBuilder::ReThrow() { in ReThrow() function in v8::internal::interpreter::BytecodeArrayBuilder
2055 void BytecodeGenerator::BuildReThrow() { builder()->ReThrow(); } in BuildReThrow()2406 builder()->ReThrow(); in VisitYield()
81 return isolate->ReThrow(args[0]); in RUNTIME_FUNCTION()
305 F(ReThrow, 1, 1) \
1707 return isolate->ReThrow(exception); in RUNTIME_FUNCTION()
737 Object* ReThrow(Object* exception);
1178 Object* Isolate::ReThrow(Object* exception) { in Throw() function in v8::internal::Isolate1474 return ReThrow(thrown); in Throw()
886 try_catch.ReThrow(); in CreateRealm()1024 try_catch.ReThrow(); in WriteToFile()
2618 v8::Local<v8::Value> v8::TryCatch::ReThrow() { in ReThrow() function in v8::v8::TryCatch
7936 Local<Value> ReThrow();
28168 Added TryCatch::ReThrow method to the API.