Searched refs:isThrow (Results 1 – 3 of 3) sorted by relevance
43 Local<JSValueRef> isThrow = runtimeCallInfo->GetCallArgRef(1); in DebuggerGetValue() local53 if (!isThrow->ToBoolean(vm)->Value()) { in DebuggerGetValue()
168 JSTaggedValue GetModuleValue(JSThread *thread, int32_t index, bool isThrow);171 JSTaggedValue GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow);
1164 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, int32_t index, bool isThrow) in GetModuleValue() argument1169 if (isThrow) { in GetModuleValue()1179 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow) in GetModuleValue() argument1184 if (isThrow) { in GetModuleValue()