Home
last modified time | relevance | path

Searched refs:SetConfigurable (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/propertyattribute_fuzzer/
H A Dpropertyattribute_fuzzer.cpp63 propertyattribute.SetConfigurable(e); in PropertyAttributeSetIsFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dproperty_descriptor.h89 void SetConfigurable(bool configurable) in SetConfigurable() function in ark::tooling::inspector::PropertyDescriptor
/arkcompiler/ets_runtime/ecmascript/
H A Djs_primitive_ref.cpp68 desc->SetConfigurable(false); in StringGetIndexProperty()
H A Dproperty_attributes.h240 inline void SetConfigurable(bool flag) in SetConfigurable() function in panda::ecmascript::TrackType::PropertyAttributes
H A Dobject_operator.cpp462 desc.SetConfigurable(IsConfigurable()); in ToPropertyDescriptor()
770 attr.SetConfigurable(desc.IsConfigurable()); in WriteDataProperty()
H A Djs_object.cpp42 SetConfigurable(desc.IsConfigurable()); in PropertyAttributes()
1830 descNoConf.SetConfigurable(false); in SetIntegrityLevel()
1833 descNoConfWrite.SetConfigurable(false); in SetIntegrityLevel()
2290 desc.SetConfigurable(configurable); in ToPropertyDescriptorFast()
2349 desc.SetConfigurable(conf); in ToPropertyDescriptor()
2526 desc.SetConfigurable(false); in CompletePropertyDescriptor()
H A Djs_typed_array.cpp62 desc.SetConfigurable(true); in GetOwnProperty()
H A Djs_object.h151 inline void SetConfigurable(bool flag) in SetConfigurable() function in panda::ecmascript::final
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dobject_operator_third_test.cpp54 handleDesc.SetConfigurable(true); // Desc Set Configurable in HWTEST_F_L0()
86 handleDesc.SetConfigurable(true); in HWTEST_F_L0()
88 handleAttr.SetConfigurable(true); in HWTEST_F_L0()
H A Dglobal_dictionary_test.cpp312 metaData.SetConfigurable(true); in HWTEST_F_L0()
H A Djs_object_test.cpp210 desc1.SetConfigurable(false); in HWTEST_F_L0()
307 desc3.SetConfigurable(false); in HWTEST_F_L0()
470 descEnum.SetConfigurable(false); in HWTEST_F_L0()
736 desc1.SetConfigurable(true); in GetterOrSetterIsUndefined()
945 desc1.SetConfigurable(false); in HWTEST_F_L0()
H A Dobject_operator_first_test.cpp241 handleDesc2.SetConfigurable(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp47 attr.SetConfigurable(IsConfigurable()); in SetAttribute()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp396 .SetConfigurable(true) in AddTypedArrayRef()
425 .SetConfigurable(false) in GetProtoOrProtoType()
438 .SetConfigurable(true) in GetProtoOrProtoType()
475 .SetConfigurable(true) in GetAdditionalProperties()
493 .SetConfigurable(false) in SetKeyValue()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp318 desc.SetConfigurable(false); in GetOwnProperty()
/arkcompiler/toolchain/tooling/test/
H A Dpt_returns_test.cpp139 propertyDescriptor->SetName("filename1").SetConfigurable(true).SetEnumerable(true); in HWTEST_F_L0()
H A Ddebugger_returns_test.cpp223 propertyDescriptor->SetName("filename1").SetConfigurable(true).SetEnumerable(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp558 descEnum.SetConfigurable(true); in HWTEST_F_L0()
574 descEnum.SetConfigurable(false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h675 void SetConfigurable(bool flag) in SetConfigurable() function in panda::PropertyAttribute
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h986 PropertyDescriptor &SetConfigurable(bool configurable) in SetConfigurable() function in panda::ecmascript::tooling::final::final
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp511 attributes.SetConfigurable(each.GetConfigurable()); in CreateFunctionPrototypeHClass()
540 attributes.SetConfigurable(each.GetConfigurable()); in CreateFunctionHClass()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h467 desc.SetConfigurable(true); in RuntimeCopyDataProperties()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp1731 object.SetConfigurable(true); in HWTEST_F_L0()
1738 TEST_TIME(PropertyAttribute::SetConfigurable); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2769 property.SetConfigurable(desc.IsConfigurable()); in GetOwnProperty()

Completed in 67 milliseconds