Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp81 JSHandle<JSTaggedValue> strTag(str); in StringConstructor() local
82 return JSPrimitiveRef::StringCreate(thread, strTag, newTarget).GetTaggedValue(); in StringConstructor()