Home
last modified time | relevance | path

Searched refs:HasEnumerable (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/propertyattribute_fuzzer/
H A Dpropertyattribute_fuzzer.cpp66 propertyattribute.HasEnumerable(); in PropertyAttributeSetIsFuzzTest()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp244 if (desc.HasEnumerable() && !desc.IsEnumerable()) { in DefineOwnProperty()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp274 (newLenDesc.HasEnumerable() && (newLenDesc.IsEnumerable() != oldLenDesc.IsEnumerable()))) { in ArraySetLength()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_array.cpp331 (newLenDesc.HasEnumerable() && (newLenDesc.IsEnumerable() != oldLenDesc.IsEnumerable()))) { in ArraySetLength()
H A Djs_object.cpp37 if (desc.HasEnumerable()) { in PropertyAttributes()
1390 if ((!desc.HasEnumerable() || desc.IsEnumerable() == current.IsEnumerable()) && in ValidateAndApplyPropertyDescriptor()
1409 if (desc.HasEnumerable() && (desc.IsEnumerable() != current.IsEnumerable())) { in ValidateAndApplyPropertyDescriptor()
2240 if (desc.HasEnumerable()) { in FromPropertyDescriptor()
2522 if (!desc.HasEnumerable()) { in CompletePropertyDescriptor()
H A Dobject_operator.cpp773 if (desc.HasEnumerable() && attr.IsEnumerable() != desc.IsEnumerable()) { in WriteDataProperty()
H A Djs_typed_array.cpp190 if (desc.HasEnumerable() && !desc.IsEnumerable()) { in DefineOwnProperty()
H A Djs_object.h172 inline bool HasEnumerable() const in HasEnumerable() function in panda::ecmascript::final
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp1180 * PropertyDescriptor::HasWritable/HasEnumerable/HasConfigurable/IsWritable/IsEnumerable/IsConfigurable
1204 EXPECT_FALSE(descTo1.HasWritable() || descTo1.HasEnumerable() || descTo1.HasConfigurable()); in HWTEST_F_L0()
1206 EXPECT_TRUE(descTo1.HasWritable() && descTo1.HasEnumerable() && descTo1.HasConfigurable()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h688 bool HasEnumerable() const in HasEnumerable() function in panda::PropertyAttribute
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp1699 bool b1 = object.HasEnumerable(); in HWTEST_F_L0()
1778 bool b = object.HasEnumerable(); in HWTEST_F_L0()
1782 TEST_TIME(PropertyAttribute::HasEnumerable); in HWTEST_F_L0()
H A Djsnapi_sample.cpp703 ASSERT_EQ(true, value2.HasEnumerable()); in GetOwnProperty()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2765 if (desc.HasEnumerable()) { in GetOwnProperty()

Completed in 55 milliseconds