Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2229 JSHandle<JSTaggedValue> enumerableStr = globalConst->GetHandledEnumerableString(); in FromPropertyDescriptor() local
2231 … [[maybe_unused]] bool success = CreateDataProperty(thread, objHandle, enumerableStr, enumerable); in FromPropertyDescriptor()