Searched refs:tValue (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_lightweightset_test.cpp | 207 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()
|
D | js_api_lightweightmap_test.cpp | 415 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/ |
D | containers_plainarray_test.cpp | 398 std::string tValue("myvalue3"); in HWTEST_F_L0() local 399 value.Update(factory->NewFromStdString(tValue).GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_bigint.cpp | 1498 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/ |
D | builtins_regexp.cpp | 1251 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()
|