/arkcompiler/ets_runtime/test/moduletest/forin/ |
D | forin.js | 27 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/ |
D | regressdefineproperty.js | 16 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/ |
D | loadicbyname.js | 36 …Object.defineProperty(v38, 0x4343434343434343n, { writable: true, configurable: true, value: F21 }… property 71 writable:true property
|
/arkcompiler/ets_runtime/test/moduletest/forin_enum_cache/ |
D | forin_enum_cache.js | 58 writable:true property
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 187 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/ |
D | lib_ark_builtins.d.ts | 20 writable?: boolean; property
|
/arkcompiler/ets_runtime/test/moduletest/objectdefineproperties/ |
D | objectdefineproperties.js | 40 hhh: {value:3, enumerable:true, writable:false}, property
|
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/ |
D | objecthasownproperty.js | 54 writable:false, property
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
D | property_descriptor.h | 106 void SetWritable(bool writable) in SetWritable()
|
/arkcompiler/ets_runtime/test/moduletest/string/ |
D | string.js | 141 writable:false, property
|
/arkcompiler/ets_runtime/test/moduletest/arraysort/ |
D | arraysort.js | 207 writable:false, property
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit.h | 178 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
|
D | bytecode_circuit_builder.cpp | 561 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local
|
D | stub_builder.cpp | 3668 Label writable(env); in SetPropertyByName() local
|
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
D | stubbuilder.js | 1052 writable : true, property
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_reflect_test.cpp | 188 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
|
D | builtins_object_test.cpp | 305 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.cpp | 328 const JSHandle<JSTaggedValue> &proto, bool writable) in MakeConstructor()
|
D | js_object.cpp | 2070 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/ |
D | pt_types.h | 905 PropertyDescriptor &SetWritable(bool writable) in SetWritable()
|
D | pt_types.cpp | 1363 bool writable = false; in Create() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|