Home
last modified time | relevance | path

Searched defs:resValue (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp100 auto resValue = std::stod(std::string(res)); in TestMainLoop() local
312 double resValue = 0; in TEST_F() local
348 double resValue = 0; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Drb_tree_node_test.cpp66 JSTaggedValue resValue = RBTreeNode::Cast(gValue.GetTaggedObject())->GetValue(); in RBTreeValueCheck() local
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp178 JSHandle<BigInt> resValue = BigInt::GetInt64MaxBigInt(thread); in ToBigInt64() local
Djs_bigint.cpp1580 JSHandle<BigInt> resValue = Exponentiate(thread, base, exponent); in AsintN() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp551 JSHandle<JSTaggedValue> resValue(thread, resMap->GetValue(i)); in JSMapTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp2868 …GateRef resValue = CallRuntime(glue, RTSTUB_ID(LocaleCompareCacheable), {locales, thisValue, arg0}… in LocaleCompare() local