Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp2247 GateRef enumerableStr = GetGlobalConstantValue(VariableType::JS_POINTER(), glue_, in GetOwnPropertyDescriptors() local
2340 FastSetPropertyByName(glue_, descriptor, enumerableStr, TaggedTrue()); in GetOwnPropertyDescriptors()
2345 FastSetPropertyByName(glue_, descriptor, enumerableStr, TaggedFalse()); in GetOwnPropertyDescriptors()
/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()