Searched refs:enumerableStr (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 2247 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/ |
| D | js_object.cpp | 2229 JSHandle<JSTaggedValue> enumerableStr = globalConst->GetHandledEnumerableString(); in FromPropertyDescriptor() local 2231 … [[maybe_unused]] bool success = CreateDataProperty(thread, objHandle, enumerableStr, enumerable); in FromPropertyDescriptor()
|