Home
last modified time | relevance | path

Searched refs:IsThrow (Results 1 – 6 of 6) sorted by relevance

/ark/js_runtime/ecmascript/
Daccessor_data.h88 bool IsThrow() const in IsThrow() function
Djs_iterator.cpp182 if (!completionRecord.GetTaggedValue().IsUndefined() && completionRecord->IsThrow()) { in IteratorClose()
Decma_macros.h361 if (record->IsThrow()) { \
/ark/js_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h194 static bool IsThrow(EcmaOpcode opcode);
Dbytecode_circuit_builder.cpp1775 bool BytecodeCircuitBuilder::IsThrow(EcmaOpcode opcode) in IsThrow() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder
1960 if (IsThrow(static_cast<EcmaOpcode>(bytecodeInfo.opcode))) { in BuildCircuit()
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp141 if (result->IsThrow()) { in All()
211 if (result->IsThrow()) { in Race()