Home
last modified time | relevance | path

Searched refs:tmpValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_test.cpp276 … JSHandle<JSTaggedValue> tmpValue = JSObject::GetProperty(thread, result, elementKey).GetValue(); in HWTEST_F_L0() local
277 JSTaggedValue iterValueFlag = hashSet->Has(thread, tmpValue.GetTaggedValue()); in HWTEST_F_L0()
Djs_api_hashmap_test.cpp313 … JSHandle<JSTaggedValue> tmpValue = JSObject::GetProperty(thread, result, elementKey).GetValue(); in HWTEST_F_L0() local
314 JSTaggedValue iterValueFlag = JSAPIHashMap::HasValue(thread, hashMap, tmpValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.cpp378 …JSTaggedValue tmpValue = Delete(thread, rightChildVa, rightChild->GetHash().GetInt(), key, oldValu… in Delete() local
379 treeNode->SetRight(thread, tmpValue); in Delete()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp244 auto tmpValue = std::abs(value); in Clz32() local
246 if (!std::isfinite(tmpValue) || tmpValue == 0 || result == 0) { in Clz32()