Searched defs:enumerable (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | global_dictionary_test.cpp | 243 bool enumerable; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | property_descriptor.h | 94 void SetEnumerable(bool enumerable) in SetEnumerable() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | builtins_base.h | 57 BuiltinsPropertyConfig(std::string_view name, bool isAccessor, bool writable, bool enumerable, bool configurable) BuiltinsPropertyConfig() argument
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime.cpp | 406 bool enumerable = !(receiver->IsClassPrototype() || receiver->IsClassConstructor()); in StoreMiss() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 665 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 D | builtins_object_stub_builder.cpp | 318 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 D | js_object.cpp | 2286 bool enumerable = value.ToBoolean(); in ToPropertyDescriptorFast() local 2339 bool enumerable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
|
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 1442 bool enumerable = false; in Create() local
|
| H A D | pt_types.h | 997 PropertyDescriptor &SetEnumerable(bool enumerable) in SetEnumerable() argument
|
Completed in 26 milliseconds