Home
last modified time | relevance | path

Searched defs:isThrow (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp44 Local<JSValueRef> isThrow = runtimeCallInfo->GetCallArgRef(1); in DebuggerGetValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h539 void SetIsThrow(bool isThrow) in SetIsThrow()
810 bool isThrow = false; variable
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1374 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, int32_t index, bool isThrow) in GetModuleValue()
1389 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow) in GetModuleValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp1641 … BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect) in SpeculateCallBuiltin()
Dstub_builder.cpp629 Label isThrow(env); in CreateDataPropertyOrThrow() local