Home
last modified time | relevance | path

Searched defs:configurable (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/test/moduletest/forin/
Dforin.js24 configurable:true, property
35 configurable:true, property
43 configurable:true, property
51 configurable:true, property
59 configurable:true, property
73 configurable:true, property
134 'prop0', { enumerable: false, configurable: true, value: 0 }); property
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsreflect.js26 Object.defineProperty(y, 1, { value: 42, configurable: false }); property
72 { configurable: false }); property
74 { writable: false, configurable: true, value: 44 }); property
76 { get: function () {return this.bla}, configurable: true }); property
80 { set: function (x) {}, configurable: true }); property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/
Dgetter.js94 configurable: true, property
113 configurable: true, property
145 configurable: true, property
164 configurable: true, property
184 configurable: true, property
204 configurable: true, property
221 configurable: true, property
241 configurable: true, property
260 configurable: true, property
/arkcompiler/ets_runtime/test/moduletest/getpropertybyic/
Dgetpropertybyic.js21 configurable: true, a: "a", property
/arkcompiler/ets_runtime/test/moduletest/objectfreeze/
Dobjectfreeze.js25 Object.defineProperty(this, "han", { configurable: true, get: f1 }); property
/arkcompiler/ets_runtime/test/moduletest/deleteobjproperty/
Ddeleteobjproperty.js18 configurable:false, property
/arkcompiler/ets_runtime/test/moduletest/forin_enum_cache/
Dforin_enum_cache.js55 configurable:true, property
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js185 configurable: !0, property
406 configurable: !0, property
702 configurable: !0, property
709 configurable: !0, property
716 configurable: !0, property
723 configurable: !0, property
730 configurable: !0, property
737 configurable: !0, property
744 configurable: !0, property
751 configurable: !0, property
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/
Dpgo_object_prototype.js52 Object.defineProperty(C27, "d", { configurable: true, value: 1 }); property
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts17 configurable?: boolean; property
/arkcompiler/ets_runtime/test/moduletest/object/
Dobject.js96 configurable: false, property
143 configurable: true, property
156 configurable: false, property
169 configurable: false, property
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dproperty_descriptor.h87 void SetConfigurable(bool configurable) in SetConfigurable()
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole3.js34 configurable: true, 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/regressdefineproperty/
Dregressdefineproperty.js60 configurable: true, property
/arkcompiler/ets_runtime/test/moduletest/calltype/
Dcalltype.js113 configurable: true property
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js131 configurable: false, property
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h58 bool enumerable, bool configurable) in BuiltinsPropertyConfig()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp172 JSHandle<JSTaggedValue> configurable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js1090 configurable : true property
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Djsonstringifier.js26 Object.defineProperty(this, "ownKeys", { configurable: true, enumerable: true, value: a }); property
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js468 configurable: true // 允许重新定义 property
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2329 JSHandle<JSTaggedValue> configurable(thread, JSTaggedValue(desc.IsConfigurable())); in FromPropertyDescriptor() local
2368 bool configurable = value.ToBoolean(); in ToPropertyDescriptorFast() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js385 Object.defineProperty(f99, Symbol.species, { configurable: true, enumerable: true, value: f110 }); property
/arkcompiler/toolchain/tooling/base/
Dpt_types.h997 PropertyDescriptor &SetConfigurable(bool configurable) in SetConfigurable()

12