Home
last modified time | relevance | path

Searched refs:isThrow (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp43 Local<JSValueRef> isThrow = runtimeCallInfo->GetCallArgRef(1); in DebuggerGetValue() local
53 if (!isThrow->ToBoolean(vm)->Value()) { in DebuggerGetValue()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h168 JSTaggedValue GetModuleValue(JSThread *thread, int32_t index, bool isThrow);
171 JSTaggedValue GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow);
Djs_module_source_text.cpp1164 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, int32_t index, bool isThrow) in GetModuleValue() argument
1169 if (isThrow) { in GetModuleValue()
1179 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow) in GetModuleValue() argument
1184 if (isThrow) { in GetModuleValue()