Home
last modified time | relevance | path

Searched refs:tValue (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightset_test.cpp207 std::string tValue; in HWTEST_F_L0() local
221 tValue = myValue1 + std::to_string(5); in HWTEST_F_L0()
222 value1.Update(factory->NewFromStdString(tValue).GetTaggedValue()); in HWTEST_F_L0()
225 tValue = myValue1 + std::to_string(NODE_NUMBERS); in HWTEST_F_L0()
226 value1.Update(factory->NewFromStdString(tValue).GetTaggedValue()); in HWTEST_F_L0()
269 std::string tValue("myvalue5"); in HWTEST_F_L0() local
270 value.Update(factory->NewFromStdString(tValue).GetTaggedValue()); in HWTEST_F_L0()
Djs_api_lightweightmap_test.cpp415 std::string tValue; in HWTEST_F_L0() local
432 tValue = myValue1 + std::to_string(i + 1); in HWTEST_F_L0()
433 value1.Update(factory->NewFromStdString(tValue).GetTaggedValue()); in HWTEST_F_L0()
436 tValue = myValue1 + std::to_string(NODE_NUMBERS + 1); in HWTEST_F_L0()
437 value1.Update(factory->NewFromStdString(tValue).GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_plainarray_test.cpp398 std::string tValue("myvalue3"); in HWTEST_F_L0() local
399 value.Update(factory->NewFromStdString(tValue).GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1498 JSHandle<BigInt> tValue = Exponentiate(thread, base, exponent); in AsUintN() local
1500 return FloorMod(thread, bigint, tValue).GetTaggedValue(); in AsUintN()
1521 JSHandle<BigInt> tValue = Exponentiate(thread, base, exp); in AsintN() local
1523 JSHandle<BigInt> modValue = FloorMod(thread, bigint, tValue); in AsintN()
1528 return Subtract(thread, modValue, tValue).GetTaggedValue(); in AsintN()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1251 JSHandle<JSTaggedValue> tValue(factory->NewFromStdString(stdStrT)); in Split() local
1252 JSObject::CreateDataProperty(thread, array, aLength, tValue); in Split()
1312 JSHandle<JSTaggedValue> tValue(factory->NewFromStdString(stdStrT)); in Split() local
1313 JSObject::CreateDataProperty(thread, array, aLength, tValue); in Split()