Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp911 JSHandle<JSTaggedValue> templateString( in HWTEST_F_L0() local
914 JSObject::SetProperty(thread, templateString, rawKey, rawArray); in HWTEST_F_L0()
922 ecmaRuntimeCallInfo->SetCallArg(0, JSTaggedValue(templateString.GetObject<EcmaString>())); in HWTEST_F_L0()