Searched refs:ReThrow (Results 1 – 15 of 15) sorted by relevance
415 BytecodeArrayBuilder& ReThrow();
335 V(ReThrow, AccumulatorUse::kRead) \
1204 BytecodeArrayBuilder& BytecodeArrayBuilder::ReThrow() { in ReThrow() function in v8::internal::interpreter::BytecodeArrayBuilder
2689 void BytecodeGenerator::BuildReThrow() { builder()->ReThrow(); } in BuildReThrow()3419 builder()->LoadAccumulatorWithRegister(input).ReThrow(); in BuildAwait()
2705 IGNITION_HANDLER(ReThrow, InterpreterAssembler) { in IGNITION_HANDLER() argument
78 return isolate->ReThrow(args[0]); in RUNTIME_FUNCTION()
260 F(ReThrow, 1, 1) \
292 V(ReThrow) \ in IntrinsicHasNoSideEffect()
627 tryCatch.ReThrow(); in queryObjectsCallback()
893 Object* ReThrow(Object* exception);
1249 Object* Isolate::ReThrow(Object* exception) { in Throw() function in v8::internal::Isolate1637 return ReThrow(thrown); in Throw()
1271 try_catch.ReThrow(); in WriteToFile()
2724 v8::Local<v8::Value> v8::TryCatch::ReThrow() { in ReThrow() function in v8::v8::TryCatch
8877 Local<Value> ReThrow();
49048 Added TryCatch::ReThrow method to the API.