Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/forin/
Dforin.js27 writable:true property
38 writable:true property
46 writable:true property
54 writable:true property
62 writable:true property
76 writable:true property
/arkcompiler/ets_runtime/test/moduletest/regressdefineproperty/
Dregressdefineproperty.js16 Object.defineProperty(a, "length", {writable: false}); property
37 Object.defineProperty(array, 'length', {writable: false}); property
45 Object.defineProperty(object, 'length', {writable: false}); property
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js36 …Object.defineProperty(v38, 0x4343434343434343n, { writable: true, configurable: true, value: F21 }… property
71 writable:true property
/arkcompiler/ets_runtime/test/moduletest/forin_enum_cache/
Dforin_enum_cache.js58 writable:true property
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js187 writable: !0, property
408 writable: !0, property
704 writable: !0, property
711 writable: !0, property
718 writable: !0, property
725 writable: !0, property
732 writable: !0, property
739 writable: !0, property
746 writable: !0, property
753 writable: !0, property
[all …]
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts20 writable?: boolean; property
/arkcompiler/ets_runtime/test/moduletest/objectdefineproperties/
Dobjectdefineproperties.js40 hhh: {value:3, enumerable:true, writable:false}, property
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/
Dobjecthasownproperty.js54 writable:false, property
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dproperty_descriptor.h106 void SetWritable(bool writable) in SetWritable()
/arkcompiler/ets_runtime/test/moduletest/string/
Dstring.js141 writable:false, property
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js207 writable:false, property
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h178 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
Dbytecode_circuit_builder.cpp561 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local
Dstub_builder.cpp3668 Label writable(env); in SetPropertyByName() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js1052 writable : true, property
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp188 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
Dbuiltins_object_test.cpp305 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp328 const JSHandle<JSTaggedValue> &proto, bool writable) in MakeConstructor()
Djs_object.cpp2070 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in FromPropertyDescriptor() local
2143 bool writable = value.ToBoolean(); in ToPropertyDescriptorFast() local
2213 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h905 PropertyDescriptor &SetWritable(bool writable) in SetWritable()
Dpt_types.cpp1363 bool writable = 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