Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.cpp71 desc->SetConfigurable(false); in StringGetIndexProperty()
Dproperty_attributes.h226 inline void SetConfigurable(bool flag) in SetConfigurable() function
Dobject_operator.cpp444 desc.SetConfigurable(IsConfigurable()); in ToPropertyDescriptor()
744 attr.SetConfigurable(desc.IsConfigurable()); in WriteDataProperty()
Djs_object.cpp56 SetConfigurable(desc.IsConfigurable()); in PropertyAttributes()
1722 descNoConf.SetConfigurable(false); in SetIntegrityLevel()
1725 descNoConfWrite.SetConfigurable(false); in SetIntegrityLevel()
2138 desc.SetConfigurable(configurable); in ToPropertyDescriptorFast()
2197 desc.SetConfigurable(conf); in ToPropertyDescriptor()
2367 desc.SetConfigurable(false); in CompletePropertyDescriptor()
Djs_typed_array.cpp62 desc.SetConfigurable(true); in GetOwnProperty()
Djs_object.h149 inline void SetConfigurable(bool flag) in SetConfigurable() function
Djs_serializer.cpp1976 desc->SetConfigurable(isConfigurable); in ReadDesc()
/arkcompiler/ets_runtime/test/fuzztest/propertyattribute_fuzzer/
Dpropertyattribute_fuzzer.cpp63 propertyattribute.SetConfigurable(e); in PropertyAttributeSetIsFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dproperty_descriptor.h91 void SetConfigurable(bool configurable) in SetConfigurable() function
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp361 .SetConfigurable(true) in AddTypedArrayRef()
390 .SetConfigurable(false) in GetProtoOrProtoType()
403 .SetConfigurable(true) in GetProtoOrProtoType()
440 .SetConfigurable(true) in GetAdditionalProperties()
458 .SetConfigurable(false) in SetKeyValue()
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_third_test.cpp86 handleDesc.SetConfigurable(true); // Desc Set Configurable in HWTEST_F_L0()
118 handleDesc.SetConfigurable(true); in HWTEST_F_L0()
120 handleAttr.SetConfigurable(true); in HWTEST_F_L0()
Dglobal_dictionary_test.cpp336 metaData.SetConfigurable(true); in HWTEST_F_L0()
Djs_object_test.cpp218 desc1.SetConfigurable(false); in HWTEST_F_L0()
315 desc3.SetConfigurable(false); in HWTEST_F_L0()
499 descEnum.SetConfigurable(false); in HWTEST_F_L0()
766 desc1.SetConfigurable(true); in HWTEST_F_L0()
799 desc1.SetConfigurable(true); in HWTEST_F_L0()
982 desc1.SetConfigurable(false); in HWTEST_F_L0()
Dobject_operator_first_test.cpp273 handleDesc2.SetConfigurable(true); in HWTEST_F_L0()
Djs_serializer_test.cpp1343 desc1.SetConfigurable(true); in HWTEST_F_L0()
1351 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/module/
Djs_module_namespace.cpp269 desc.SetConfigurable(false); in GetOwnProperty()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h88 attr.SetConfigurable(IsConfigurable()); in SetAttribute()
/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_expo.h544 void SetConfigurable(bool flag) in SetConfigurable() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h959 PropertyDescriptor &SetConfigurable(bool configurable) in SetConfigurable() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h410 desc.SetConfigurable(true); in RuntimeCopyDataProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1727 property.SetConfigurable(desc.IsConfigurable()); in GetOwnProperty()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1730 object.SetConfigurable(true); in HWTEST_F_L0()
1737 TEST_TIME(PropertyAttribute::SetConfigurable); in HWTEST_F_L0()