Searched defs:isThrow (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/toolchain/tooling/dynamic/backend/ |
| D | debugger_executor.cpp | 52 Local<JSValueRef> isThrow = runtimeCallInfo->GetCallArgRef(1); in DebuggerGetValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 507 void SetIsThrow(bool isThrow) in SetIsThrow() 774 bool isThrow = false; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_bytecode_lowering.cpp | 2068 BuiltinsStubCSigns::ID id, bool isThrow) in SpeculateCallBuiltin() 2085 … BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect) in SpeculateCallBuiltinFromGlobal()
|
| D | stub_builder.cpp | 688 Label isThrow(env); in CreateDataPropertyOrThrow() local 12010 …ef StubBuilder::GetModuleValueByIndex(GateRef glue, GateRef module, GateRef index, GateRef isThrow) in GetModuleValueByIndex()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 1337 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, int32_t index, bool isThrow) in GetModuleValue() 1358 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow) in GetModuleValue()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2026 bool isThrow = GetArg(argv, argc, 1).ToBoolean(); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
|