Home
last modified time | relevance | path

Searched defs:concatString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/ts/b/2/
Db2.ts36 concatString: string = 'Ab'; property in B1
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/ts/a/1/
Da1.ts35 concatString: string = 'Ab'; property in A1
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/import/
Dmain.js49 function concatString() { function
Dmain.ts31 export function concatString(): string { function
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp263 …tring* JSFunction::GetFunctionNameString(ObjectFactory *factory, JSHandle<EcmaString> concatString, in GetFunctionNameString()
293 … JSHandle<EcmaString> concatString = factory->ConcatFromString(handlePrefixString, spaceString); in NameGetter() local
737 … JSHandle<EcmaString> concatString = factory->ConcatFromString(handlePrefixString, spaceString); in SetFunctionName() local
Decma_string_table.cpp595 …EcmaString *concatString = EcmaStringAccessor::Flatten(vm, concatHandle, MemSpaceType::SHARED_OLD_… in GetOrInternStringThreadUnsafe() local