Home
last modified time | relevance | path

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

12

/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
39 Object.defineProperty(array, 'length', {writable: false}); property
49 Object.defineProperty(object, 'length', {writable: false}); property
82 writable: true property
/arkcompiler/ets_runtime/test/moduletest/forin_enum_cache/
Dforin_enum_cache.js58 writable:true property
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts20 writable?: boolean; 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/test/moduletest/objectdefineproperties/
Dobjectdefineproperties.js40 hhh: {value:3, enumerable:true, writable:false}, property
/arkcompiler/ets_runtime/test/moduletest/object/
Dobject.js94 writable: false, property
144 writable: true, property
157 writable: true, property
170 writable: false, property
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/
Dobjecthasownproperty.js54 writable:false, property
/arkcompiler/ets_runtime/test/moduletest/arraymap/
Darraymap.js60 Object.defineProperty(Array.prototype, '8',{value: 42, writable :false }); property
/arkcompiler/ets_runtime/test/moduletest/storeicbyname/
Dstoreicbyname.js109 Object.defineProperty(Foo.prototype, "a", {writable: false}); property
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dproperty_descriptor.h102 void SetWritable(bool writable) in SetWritable()
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsreflect.js74 { writable: false, configurable: true, value: 44 }); property
/arkcompiler/ets_runtime/test/moduletest/objectkeys/
Dobjectkeys.js92 writable:false, property
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js129 writable: false, property
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h57 constexpr BuiltinsPropertyConfig(std::string_view name, bool isAccessor, bool writable, in BuiltinsPropertyConfig()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h188 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
Dbytecode_circuit_builder.cpp963 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local
/arkcompiler/ets_runtime/test/moduletest/string/
Dstring.js145 writable:false, property
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp164 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
Dbuiltins_object_test.cpp281 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js1088 writable : true, property
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js223 writable:false, property
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2301 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in FromPropertyDescriptor() local
2374 bool writable = value.ToBoolean(); in ToPropertyDescriptorFast() local
2444 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
Djs_function.cpp436 const JSHandle<JSTaggedValue> &proto, bool writable) in MakeConstructor()
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js2038 Object.defineProperty(arr_push, "length", { writable : false}); property

12