Home
last modified time | relevance | path

Searched refs:noThrow (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.h41 void ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow = false);
H A Dbuiltins_lowering.cpp177 void BuiltinLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue() argument
179 if (!noThrow) { in ReplaceHirWithValue()
H A Dbytecode_circuit_builder.cpp390 bool noThrow = true; in BuildCatchBlocks() local
391 EnumerateBlock(bb, [&noThrow](const BytecodeInfo &bytecodeInfo) -> bool { in BuildCatchBlocks()
394 noThrow = false; in BuildCatchBlocks()
400 if (noThrow) { in BuildCatchBlocks()
H A Dslowpath_lowering.h156 void ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow = false);
H A Dslowpath_lowering.cpp183 void SlowPathLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue() argument
185 if (!noThrow) { in ReplaceHirWithValue()

Completed in 15 milliseconds