Searched refs:tmpValue (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_hashset_test.cpp | 276 … 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()
|
D | js_api_hashmap_test.cpp | 313 … 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/ |
D | tagged_node.cpp | 378 …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/ |
D | builtins_math.cpp | 244 auto tmpValue = std::abs(value); in Clz32() local 246 if (!std::isfinite(tmpValue) || tmpValue == 0 || result == 0) { in Clz32()
|