Home
last modified time | relevance | path

Searched defs:enumerable (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglobal_dictionary_test.cpp243 bool enumerable; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dproperty_descriptor.h94 void SetEnumerable(bool enumerable) in SetEnumerable() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbuiltins_base.h57 BuiltinsPropertyConfig(std::string_view name, bool isAccessor, bool writable, bool enumerable, bool configurable) BuiltinsPropertyConfig() argument
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp406 bool enumerable = !(receiver->IsClassPrototype() || receiver->IsClassConstructor()); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h665 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValue() local
766 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByIndex() local
1222 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValueWithNameSet() local
1249 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); RuntimeStOwnByName() local
1269 bool enumerable = !(objHandle->IsClassPrototype() || objHandle->IsClassConstructor()); RuntimeStOwnByNameWithNameSet() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp318 BRANCH(IsEnumerable(attr), &enumerable, &loopEnd); in AssignEnumElementProperty() local
380 BRANCH(IsEnumerable(attr), &enumerable, &loopEnd); in LayoutInfoAssignAllEnumProperty() local
471 BRANCH(IsEnumerable(attr), &enumerable, &loopEnd); in NameDictionaryAssignAllEnumProperty() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2286 bool enumerable = value.ToBoolean(); in ToPropertyDescriptorFast() local
2339 bool enumerable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp1442 bool enumerable = false; in Create() local
H A Dpt_types.h997 PropertyDescriptor &SetEnumerable(bool enumerable) in SetEnumerable() argument

Completed in 26 milliseconds