Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.cpp70 desc->SetEnumerable(true); in StringGetIndexProperty()
Dproperty_attributes.h176 inline void SetEnumerable(bool flag) in SetEnumerable() function
Dobject_operator.cpp252 desc.SetEnumerable(IsEnumerable()); in ToPropertyDescriptor()
571 attr.SetEnumerable(desc.IsEnumerable()); in WriteDataProperty()
Djs_object.cpp44 SetEnumerable(desc.IsEnumerable()); in PropertyAttributes()
1874 desc.SetEnumerable(enumerable); in ToPropertyDescriptorFast()
1927 desc.SetEnumerable(enumerable); in ToPropertyDescriptor()
2057 desc.SetEnumerable(false); in CompletePropertyDescriptor()
Djs_typed_array.cpp60 desc.SetEnumerable(true); in GetOwnProperty()
Djs_object.h108 inline void SetEnumerable(bool flag) in SetEnumerable() function
Djs_serializer.cpp1950 desc->SetEnumerable(isEnumerable); in ReadDesc()
/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp184 defaultAttr.SetEnumerable(false); in HWTEST_F_L0()
187 defaultAttr.SetEnumerable(true); in HWTEST_F_L0()
Dglobal_dictionary_test.cpp276 metaData.SetEnumerable(enumerable); in HWTEST_F_L0()
Djs_object_test.cpp313 desc3.SetEnumerable(false); in HWTEST_F_L0()
490 descNoEnum.SetEnumerable(false); in HWTEST_F_L0()
499 descEnum.SetEnumerable(true); in HWTEST_F_L0()
766 desc1.SetEnumerable(true); in HWTEST_F_L0()
799 desc1.SetEnumerable(true); in HWTEST_F_L0()
980 desc1.SetEnumerable(false); in HWTEST_F_L0()
Djs_serializer_test.cpp1242 desc1.SetEnumerable(false); in HWTEST_F_L0()
1250 desc2.SetEnumerable(true); in HWTEST_F_L0()
Dobject_operator_test.cpp273 handleDesc2.SetEnumerable(true); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp394 .SetEnumerable(false) in AddTypedArrayRef()
423 .SetEnumerable(false) in GetProtoOrProtoType()
436 .SetEnumerable(false) in GetProtoOrProtoType()
473 .SetEnumerable(false) in GetAdditionalProperties()
491 .SetEnumerable(false) in SetKeyValue()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp256 desc.SetEnumerable(true); in GetOwnProperty()
/arkcompiler/toolchain/tooling/test/
Dpt_returns_test.cpp139 propertyDescriptor->SetName("filename1").SetConfigurable(true).SetEnumerable(true); in HWTEST_F_L0()
Ddebugger_returns_test.cpp222 propertyDescriptor->SetName("filename1").SetConfigurable(true).SetEnumerable(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h612 void SetEnumerable(bool flag) in SetEnumerable() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h966 PropertyDescriptor &SetEnumerable(bool enumerable) in SetEnumerable() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1462 property.SetEnumerable(desc.IsEnumerable()); in GetOwnProperty()