Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/forin/
Dforin.js25 enumerable:true, property
36 enumerable:true, property
44 enumerable:false, property
52 enumerable:false, property
60 enumerable:true, property
74 enumerable:false, property
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/
DCjsDictionaryMode.js23 enumerable: true, property
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-15.ts17 function enumerable(value: any) { function
/arkcompiler/ets_runtime/test/moduletest/globalaccessor/
Dglobalaccessor.js28 enumerable:true, property
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js36 enumerable: false property
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js186 enumerable: !0, property
407 enumerable: !0, property
703 enumerable: !0, property
710 enumerable: !0, property
717 enumerable: !0, property
724 enumerable: !0, property
731 enumerable: !0, property
738 enumerable: !0, property
745 enumerable: !0, property
752 enumerable: !0, property
[all …]
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts18 enumerable?: boolean; property
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js46 Object.defineProperty(this, "detailed", {configurable:true, enumerable:true, get:f1, set:f2}); property
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Djsonstringifier.js26 Object.defineProperty(this, "ownKeys", { configurable: true, enumerable: true, value: a }); property
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp267 bool enumerable; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js1053 enumerable : true, property
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h569 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValue() local
678 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByIndex() local
981 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByValueWithNameSet() local
1008 bool enumerable = !(obj->IsClassPrototype() || obj->IsClassConstructor()); in RuntimeStOwnByName() local
1028 bool enumerable = !(objHandle->IsClassPrototype() || objHandle->IsClassConstructor()); in RuntimeStOwnByNameWithNameSet() local
2063 bool enumerable = in RuntimeDefineGetterSetterByValue() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp192 JSHandle<JSTaggedValue> enumerable(thread, JSTaggedValue::False()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1824 JSHandle<JSTaggedValue> enumerable(thread, JSTaggedValue(desc.IsEnumerable())); in FromPropertyDescriptor() local
1868 bool enumerable = value.ToBoolean(); in ToPropertyDescriptorFast() local
1921 bool enumerable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
/arkcompiler/toolchain/tooling/base/
Dpt_types.h966 PropertyDescriptor &SetEnumerable(bool enumerable) in SetEnumerable()
Dpt_types.cpp1369 bool enumerable = false; in Create() local