Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dconstant_string_test.cpp488 uint8_t secondArrayU8[] = {"now"}; in HWTEST_F_L0() local
489 uint32_t secondLengthEcmaStrU8 = sizeof(secondArrayU8) - 1; in HWTEST_F_L0()
491 …EcmaStringAccessor::CreateConstantString(instance, &secondArrayU8[0], secondLengthEcmaStrU8, true)… in HWTEST_F_L0()