Home
last modified time | relevance | path

Searched defs:configurable (Results 1 – 25 of 35) 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/proxyget/
Dproxyget.js51 configurable: false property
73 configurable: false property
95 configurable: true, property
117 configurable: false, property
134 configurable: false, property
156 configurable: false, property
/arkcompiler/ets_runtime/test/moduletest/proxyset/
Dproxyset.js82 configurable: false property
104 configurable: false property
126 configurable: true, property
147 configurable: false, property
169 configurable: false, property
191 configurable: true, property
/arkcompiler/ets_runtime/test/jittest/lazy_deopt_14/
Dlazy_deopt_14.js38 configurable: true property
46 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/forin_enum_cache/
Dforin_enum_cache.js55 configurable:true, property
/arkcompiler/ets_runtime/test/moduletest/deleteobjproperty/
Ddeleteobjproperty.js18 configurable:false, property
/arkcompiler/ets_runtime/test/jittest/lazy_deopt_12/
Dlazy_deopt_12.js36 configurable: true property
/arkcompiler/ets_runtime/test/jittest/lazy_deopt_11/
Dlazy_deopt_11.js36 configurable: true property
/arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/
Dpgo_object_prototype.js52 Object.defineProperty(C27, "d", { configurable: true, value: 1 }); property
/arkcompiler/ets_runtime/test/jittest/lazy_deopt_13/
Dlazy_deopt_13.js38 configurable: true property
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts17 configurable?: boolean; 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
300 Object.defineProperty(arr,"2",{configurable:false}) property
461 configurable: false property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_sealed/sealed_object/
Dsealed_object.js64 configurable: true 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/toolchain/tooling/static/types/
Dproperty_descriptor.h87 void SetConfigurable(bool configurable) in SetConfigurable()
/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_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 …]

12