Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp43 Local<JSValueRef> isThrow = runtimeCallInfo->GetCallArgRef(1); in DebuggerGetValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h507 void SetIsThrow(bool isThrow) in SetIsThrow()
774 bool isThrow = false; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp1711 BuiltinsStubCSigns::ID id, bool isThrow) in SpeculateCallBuiltin()
1728 … BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect) in SpeculateCallBuiltinFromGlobal()
Dstub_builder.cpp667 Label isThrow(env); in CreateDataPropertyOrThrow() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1269 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, int32_t index, bool isThrow) in GetModuleValue()
1290 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow) in GetModuleValue()