Home
last modified time | relevance | path

Searched refs:isThrow (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h507 void SetIsThrow(bool isThrow) in SetIsThrow() argument
509 this->isThrow = isThrow; in SetIsThrow()
514 return isThrow; in GetIsThrow()
774 bool isThrow = false;
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.h224 BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect = false);
226 BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect = false);
H A Dtyped_bytecode_lowering.cpp1642 BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect) in SpeculateCallBuiltin()
1650 if (isThrow) { in SpeculateCallBuiltin()
1658 BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect) in SpeculateCallBuiltinFromGlobal()
1662 if (isThrow) { in SpeculateCallBuiltinFromGlobal()
1641 SpeculateCallBuiltin(GateRef gate, GateRef func, const std::vector<GateRef> &args, BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect) SpeculateCallBuiltin() argument
1657 SpeculateCallBuiltinFromGlobal(GateRef gate, const std::vector<GateRef> &args, BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect) SpeculateCallBuiltinFromGlobal() argument
H A Dstub_builder.cpp640 Label isThrow(env); in CreateDataPropertyOrThrow()
660 BRANCH(*result, &exit, &isThrow); in CreateDataPropertyOrThrow()
661 Bind(&isThrow); in CreateDataPropertyOrThrow()
/arkcompiler/toolchain/tooling/backend/
H A Ddebugger_executor.cpp44 Local<JSValueRef> isThrow = runtimeCallInfo->GetCallArgRef(1); in DebuggerGetValue() local
54 if (!isThrow->ToBoolean(vm)->Value()) { in DebuggerGetValue()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.h359 JSTaggedValue GetModuleValue(JSThread *thread, int32_t index, bool isThrow);
362 JSTaggedValue GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow);
H A Djs_module_source_text.cpp1381 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, int32_t index, bool isThrow) in GetModuleValue() argument
1386 if (isThrow) { in GetModuleValue()
1396 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow) in GetModuleValue() argument
1401 if (isThrow) { in GetModuleValue()

Completed in 30 milliseconds