Home
last modified time | relevance | path

Searched refs:SetEnumerable (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlayout_info_test.cpp132 defaultAttr.SetEnumerable(false); in GetAllKeysCommon()
134 defaultAttr.SetEnumerable(true); in GetAllKeysCommon()
H A Dglobal_dictionary_test.cpp252 metaData.SetEnumerable(enumerable); in HWTEST_F_L0()
H A Djs_object_test.cpp306 desc3.SetEnumerable(false); in HWTEST_F_L0()
462 descNoEnum.SetEnumerable(false); in HWTEST_F_L0()
471 descEnum.SetEnumerable(true); in HWTEST_F_L0()
737 desc1.SetEnumerable(true); in GetterOrSetterIsUndefined()
944 desc1.SetEnumerable(false); in HWTEST_F_L0()
H A Dobject_operator_first_test.cpp242 handleDesc2.SetEnumerable(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/propertyattribute_fuzzer/
H A Dpropertyattribute_fuzzer.cpp61 propertyattribute.SetEnumerable(e); in PropertyAttributeSetIsFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dproperty_descriptor.h94 void SetEnumerable(bool enumerable) in SetEnumerable() function in ark::tooling::inspector::PropertyDescriptor
/arkcompiler/ets_runtime/ecmascript/
H A Djs_primitive_ref.cpp66 desc->SetEnumerable(true); in StringGetIndexProperty()
H A Dproperty_attributes.h232 inline void SetEnumerable(bool flag) in SetEnumerable() function in panda::ecmascript::TrackType::PropertyAttributes
H A Dobject_operator.cpp461 desc.SetEnumerable(IsEnumerable()); in ToPropertyDescriptor()
774 attr.SetEnumerable(desc.IsEnumerable()); in WriteDataProperty()
H A Djs_object.cpp38 SetEnumerable(desc.IsEnumerable()); in PropertyAttributes()
2287 desc.SetEnumerable(enumerable); in ToPropertyDescriptorFast()
2340 desc.SetEnumerable(enumerable); in ToPropertyDescriptor()
2523 desc.SetEnumerable(false); in CompletePropertyDescriptor()
H A Djs_typed_array.cpp60 desc.SetEnumerable(true); in GetOwnProperty()
H A Djs_object.h140 inline void SetEnumerable(bool flag) in SetEnumerable() function in panda::ecmascript::final
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp46 attr.SetEnumerable(IsEnumerable()); in SetAttribute()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp397 .SetEnumerable(false) in AddTypedArrayRef()
426 .SetEnumerable(false) in GetProtoOrProtoType()
439 .SetEnumerable(false) in GetProtoOrProtoType()
476 .SetEnumerable(false) in GetAdditionalProperties()
494 .SetEnumerable(false) in SetKeyValue()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp316 desc.SetEnumerable(true); 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/napi/include/
H A Djsnapi_expo.h666 void SetEnumerable(bool flag) in SetEnumerable() function in panda::PropertyAttribute
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h997 PropertyDescriptor &SetEnumerable(bool enumerable) in SetEnumerable() function in panda::ecmascript::tooling::final::final
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp510 attributes.SetEnumerable(each.GetEnumerable()); in CreateFunctionPrototypeHClass()
539 attributes.SetEnumerable(each.GetEnumerable()); in CreateFunctionHClass()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp1697 object.SetEnumerable(true); in HWTEST_F_L0()
1704 TEST_TIME(PropertyAttribute::SetEnumerable); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2766 property.SetEnumerable(desc.IsEnumerable()); in GetOwnProperty()

Completed in 65 milliseconds