Home
last modified time | relevance | path

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

/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
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js36 …Object.defineProperty(v38, 0x4343434343434343n, { writable: true, configurable: true, value: F21 }… 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/ecmascript/ts_types/
Dlib_ark_builtins.d.ts17 configurable?: 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_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole3.js34 configurable: true, property
/arkcompiler/ets_runtime/test/moduletest/calltype/
Dcalltype.js113 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/array/
Darray.js200 Object.defineProperty(f99, Symbol.species, { configurable: true, enumerable: true, value: f110 }); property
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js1054 configurable : true property
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp196 JSHandle<JSTaggedValue> configurable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1837 JSHandle<JSTaggedValue> configurable(thread, JSTaggedValue(desc.IsConfigurable())); in FromPropertyDescriptor() local
1876 bool configurable = value.ToBoolean(); in ToPropertyDescriptorFast() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h955 PropertyDescriptor &SetConfigurable(bool configurable) in SetConfigurable()
Dpt_types.cpp1361 bool configurable = false; in Create() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument