Home
last modified time | relevance | path

Searched defs:newString (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/ldobjbyname_typed_path/
Dldobjbyname_typed_path.ts83 let newString = new String("I am a String instance"); variable
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp188 EcmaString *newString; in NameGetter() local
628 EcmaString *newString; in SetFunctionName() local
Decma_string.cpp59 auto newString = CreateLineStringWithSpaceType(vm, newLength, compressed, type); in Concat() local
103 JSHandle<EcmaString> newString(vm->GetJSThread(), in CopyStringToOldSpace() local
999 JSHandle<EcmaString> newString(vm->GetJSThread(), CreateLineString(vm, srcLength, true)); in ConvertUtf8ToLowerOrUpper() local
Djs_stable_array.cpp298 …auto newString = EcmaStringAccessor::CreateLineString(thread->GetEcmaVM(), allocateLength, isOneBy… in Join() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_second_test.cpp271 JSHandle<EcmaString> newString = in HWTEST_F_L0() local
Djs_object_test.cpp869 … EcmaString *newString = *factory->ConcatFromString(key, JSTaggedValue::ToString(thread, number)); in HWTEST_F_L0() local
879 … EcmaString *newString = *factory->ConcatFromString(key, JSTaggedValue::ToString(thread, number)); in HWTEST_F_L0() local
906 … EcmaString *newString = *factory->ConcatFromString(key, JSTaggedValue::ToString(thread, number)); in HWTEST_F_L0() local
Dobject_operator_third_test.cpp418 JSHandle<EcmaString> newString = in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp977 auto newString = AllocStringObject(newLength, compressed, ctx, vm); in Concat() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp828 …auto newString = EcmaStringAccessor::CreateLineString(thread->GetEcmaVM(), allocateLength, isOneBy… in Join() local