Searched refs:isThrow (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | insn.h | 507 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 D | typed_bytecode_lowering.h | 224 BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect = false); 226 BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect = false);
|
H A D | typed_bytecode_lowering.cpp | 1642 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 D | stub_builder.cpp | 640 Label isThrow(env); in CreateDataPropertyOrThrow() 660 BRANCH(*result, &exit, &isThrow); in CreateDataPropertyOrThrow() 661 Bind(&isThrow); in CreateDataPropertyOrThrow()
|
/arkcompiler/toolchain/tooling/backend/ |
H A D | debugger_executor.cpp | 44 Local<JSValueRef> isThrow = runtimeCallInfo->GetCallArgRef(1); in DebuggerGetValue() local 54 if (!isThrow->ToBoolean(vm)->Value()) { in DebuggerGetValue()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | js_module_source_text.h | 359 JSTaggedValue GetModuleValue(JSThread *thread, int32_t index, bool isThrow); 362 JSTaggedValue GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow);
|
H A D | js_module_source_text.cpp | 1381 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