Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.cpp71 desc->SetConfigurable(false); in StringGetIndexProperty()
Dproperty_attributes.h184 inline void SetConfigurable(bool flag) in SetConfigurable() function
Djs_object.cpp48 SetConfigurable(desc.IsConfigurable()); in PropertyAttributes()
1459 descNoConf.SetConfigurable(false); in SetIntegrityLevel()
1462 descNoConfWrite.SetConfigurable(false); in SetIntegrityLevel()
1872 desc.SetConfigurable(configurable); in ToPropertyDescriptorFast()
1931 desc.SetConfigurable(conf); in ToPropertyDescriptor()
2055 desc.SetConfigurable(false); in CompletePropertyDescriptor()
Dobject_operator.cpp253 desc.SetConfigurable(IsConfigurable()); in ToPropertyDescriptor()
565 attr.SetConfigurable(desc.IsConfigurable()); in WriteDataProperty()
Djs_object.h119 inline void SetConfigurable(bool flag) in SetConfigurable() function
Djs_typed_array.cpp62 desc.SetConfigurable(true); in GetOwnProperty()
Djs_serializer.cpp1953 desc->SetConfigurable(isConfigurable); in ReadDesc()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp393 .SetConfigurable(true) in AddTypedArrayRef()
422 .SetConfigurable(false) in GetProtoOrProtoType()
435 .SetConfigurable(true) in GetProtoOrProtoType()
472 .SetConfigurable(true) in GetAdditionalProperties()
490 .SetConfigurable(false) in SetKeyValue()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp258 desc.SetConfigurable(false); in GetOwnProperty()
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp336 metaData.SetConfigurable(true); in HWTEST_F_L0()
Djs_object_test.cpp217 desc1.SetConfigurable(false); in HWTEST_F_L0()
314 desc3.SetConfigurable(false); in HWTEST_F_L0()
498 descEnum.SetConfigurable(false); in HWTEST_F_L0()
765 desc1.SetConfigurable(true); in HWTEST_F_L0()
798 desc1.SetConfigurable(true); in HWTEST_F_L0()
981 desc1.SetConfigurable(false); in HWTEST_F_L0()
Dobject_operator_test.cpp272 handleDesc2.SetConfigurable(true); in HWTEST_F_L0()
730 handleDesc.SetConfigurable(true); // Desc Set Configurable in HWTEST_F_L0()
762 handleDesc.SetConfigurable(true); in HWTEST_F_L0()
764 handleAttr.SetConfigurable(true); in HWTEST_F_L0()
Djs_serializer_test.cpp1243 desc1.SetConfigurable(true); in HWTEST_F_L0()
1251 desc2.SetConfigurable(false); in HWTEST_F_L0()
/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/builtins/tests/
Dbuiltins_object_test.cpp584 descEnum.SetConfigurable(true); in HWTEST_F_L0()
600 descEnum.SetConfigurable(false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h621 void SetConfigurable(bool flag) in SetConfigurable() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h955 PropertyDescriptor &SetConfigurable(bool configurable) in SetConfigurable() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1465 property.SetConfigurable(desc.IsConfigurable()); in GetOwnProperty()