Searched defs:newString (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/test/aottest/ldobjbyname_typed_path/ |
D | ldobjbyname_typed_path.ts | 83 let newString = new String("I am a String instance"); variable
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.cpp | 188 EcmaString *newString; in NameGetter() local 628 EcmaString *newString; in SetFunctionName() local
|
D | ecma_string.cpp | 59 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
|
D | js_stable_array.cpp | 298 …auto newString = EcmaStringAccessor::CreateLineString(thread->GetEcmaVM(), allocateLength, isOneBy… in Join() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | object_operator_second_test.cpp | 271 JSHandle<EcmaString> newString = in HWTEST_F_L0() local
|
D | js_object_test.cpp | 869 … 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
|
D | object_operator_third_test.cpp | 418 JSHandle<EcmaString> newString = in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/runtime/coretypes/ |
D | string.cpp | 977 auto newString = AllocStringObject(newLength, compressed, ctx, vm); in Concat() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_typedarray.cpp | 828 …auto newString = EcmaStringAccessor::CreateLineString(thread->GetEcmaVM(), allocateLength, isOneBy… in Join() local
|