Home
last modified time | relevance | path

Searched refs:ReThrow (Results 1 - 23 of 23) sorted by relevance

/third_party/node/src/
H A Dmodule_wrap.cc211 try_catch.ReThrow(); in New()
219 try_catch.ReThrow(); in New()
353 try_catch.ReThrow(); in Instantiate()
428 try_catch.ReThrow(); in Evaluate()
650 try_catch.ReThrow(); in HostInitializeImportMetaObjectCallback()
691 try_catch.ReThrow(); in SyntheticModuleEvaluationStepsCallback()
H A Dnode_contextify.cc394 try_catch.ReThrow(); in MakeContext()
872 try_catch.ReThrow(); in New()
1119 try_catch.ReThrow(); in EvalMachine()
1273 try_catch.ReThrow(); in CompileFunction()
/third_party/node/deps/v8/include/
H A Dv8-exception.h106 * ReThrow; the caller must return immediately to where the exception
109 Local<Value> ReThrow();
141 * the scheduled exception if it is caught and ReThrow() is not called before.
/third_party/node/deps/v8/include/v8-include/
H A Dv8-exception.h106 * ReThrow; the caller must return immediately to where the exception
109 Local<Value> ReThrow();
141 * the scheduled exception if it is caught and ReThrow() is not called before.
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-shadow-realms.cc201 return isolate->ReThrow( in BUILTIN()
/third_party/node/src/quic/
H A Dsessionticket.cc71 tryCatch.ReThrow(); in FromV8Value()
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc76 return isolate->ReThrow(args[0]); in RUNTIME_FUNCTION()
82 return isolate->ReThrow(args[0], args[1]); in RUNTIME_FUNCTION()
H A Druntime.h238 F(ReThrow, 1, 1) \
H A Druntime-wasm.cc195 return isolate->ReThrow(args[0]); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecodes.h410 V(ReThrow, ImplicitRegisterUse::kReadAccumulator) \
542 V(ReThrow)
H A Dbytecode-array-builder.h453 BytecodeArrayBuilder& ReThrow();
H A Dbytecode-array-builder.cc1293 BytecodeArrayBuilder& BytecodeArrayBuilder::ReThrow() { in ReThrow() function in v8::internal::interpreter::BytecodeArrayBuilder
H A Dbytecode-generator.cc3678 void BytecodeGenerator::BuildReThrow() { builder()->ReThrow(); } in BuildReThrow()
4077 .ReThrow() in BuildFinalizeIteration()
5046 builder()->LoadAccumulatorWithRegister(input).ReThrow(); in BuildAwait()
H A Dinterpreter-generator.cc2668 // ReThrow
2671 IGNITION_HANDLER(ReThrow, InterpreterAssembler) { in IGNITION_HANDLER()
/third_party/node/src/api/
H A Denvironment.cc90 // is what ReThrow gives us). Just returning the empty MaybeLocal would leave in PrepareStackTraceCallback()
96 try_catch.ReThrow(); in PrepareStackTraceCallback()
/third_party/node/src/crypto/
H A Dcrypto_util.cc145 try_catch.ReThrow(); in InitCryptoOnce()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc839 MAGLEV_UNIMPLEMENTED_BYTECODE(ReThrow)
/third_party/node/deps/v8/src/execution/
H A Disolate.h982 Object ReThrow(Object exception);
983 Object ReThrow(Object exception, Object message);
H A Disolate.cc1792 // 3) ReThrow from v8::TryCatch: The message from a previous throw still in ThrowInternal()
1832 Object Isolate::ReThrow(Object exception) { in ThrowInternal() function in v8::internal::Isolate
1840 Object Isolate::ReThrow(Object exception, Object message) { in ThrowInternal() function in v8::internal::Isolate
1845 return ReThrow(exception); in ThrowInternal()
2332 return ReThrow(thrown); in ThrowInternal()
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc324 V(ReThrow) \ in IsSideEffectFreeIntrinsic()
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc770 tryCatch.ReThrow(); in queryObjectsCallback()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc2278 try_catch.ReThrow(); in WriteToFile()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2897 v8::Local<v8::Value> v8::TryCatch::ReThrow() { in ReThrow() function in v8::v8::TryCatch

Completed in 80 milliseconds