Home
last modified time | relevance | path

Searched defs:enumerable (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/globalaccessor/
Dglobalaccessor.js28 enumerable:true, property
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js36 enumerable: false property
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts18 enumerable?: boolean; property
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp267 bool enumerable; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h503 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValue() local
608 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByIndex() local
911 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValueWithNameSet() local
936 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByName() local
955 bool enumerable = !(objHandle->IsClassPrototype() || objHandle->IsClassConstructor()); in RuntimeStOwnByNameWithNameSet() local
2008 bool enumerable = in RuntimeDefineGetterSetterByValue() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp197 JSHandle<JSTaggedValue> enumerable(thread, JSTaggedValue::False()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1591 JSHandle<JSTaggedValue> enumerable(thread, JSTaggedValue(desc.IsEnumerable())); in FromPropertyDescriptor() local
1635 bool enumerable = value.ToBoolean(); in ToPropertyDescriptorFast() local
1689 bool enumerable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …{38+t};2;${r[0]};${r[1]};${r[2]}m`};Object.defineProperty(e,"exports",{enumerable:!0,get:function(… property
/arkcompiler/toolchain/tooling/base/
Dpt_types.h803 PropertyDescriptor &SetEnumerable(bool enumerable) in SetEnumerable()
Dpt_types.cpp1110 bool enumerable = false; in Create() local