Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 15 of 15) 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/loadicbyname/
Dloadicbyname.js36 …Object.defineProperty(v38, 0x4343434343434343n, { writable: true, configurable: true, value: F21 }… 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/ecmascript/compiler/
Dcircuit.h173 uint32_t pcOffset, bool writable, bool hasFrameState) in JSBytecode()
Dbytecode_circuit_builder.cpp885 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local
Dstub_builder.cpp2981 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.cpp216 const JSHandle<JSTaggedValue> &proto, bool writable) in MakeConstructor()
Djs_object.cpp1804 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in FromPropertyDescriptor() local
1877 bool writable = value.ToBoolean(); in ToPropertyDescriptorFast() local
1947 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h901 PropertyDescriptor &SetWritable(bool writable) in SetWritable()
Dpt_types.cpp1327 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