/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/typeinfer/automatedcases/ |
D | parserOptionalTypeMembers1.ts | 26 writable?: boolean;
|
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
D | loadicbyname.js | 36 …Object.defineProperty(v38, 0x4343434343434343n, { writable: true, configurable: true, value: F21 }… property
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit.h | 173 uint32_t pcOffset, bool writable, bool hasFrameState) in JSBytecode() argument 175 GateFlags writableFlags = writable ? GateFlags::NONE_FLAG : GateFlags::NO_WRITE; in JSBytecode()
|
D | bytecode_circuit_builder.cpp | 885 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local 888 …auto meta = circuit_->JSBytecode(numValueInputs, bytecodeInfo.GetOpcode(), pcOffset, writable, has… in NewJSGate()
|
D | stub_builder.cpp | 2981 Label writable(env); in SetPropertyByName() local 2983 Branch(IsWritable(attr), &writable, ¬Writable); in SetPropertyByName() 2991 Bind(&writable); in SetPropertyByName()
|
/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/test/aottest/classstatic/ |
D | classstatic.ts | 323 writable: false
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.cpp | 216 const JSHandle<JSTaggedValue> &proto, bool writable) in MakeConstructor() argument 234 …PropertyDescriptor constructorDesc(thread, JSHandle<JSTaggedValue>::Cast(func), writable, false, t… in MakeConstructor() 237 …PropertyDescriptor constructorDesc(thread, JSHandle<JSTaggedValue>::Cast(func), writable, false, t… in MakeConstructor()
|
D | js_object.cpp | 1804 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in FromPropertyDescriptor() local 1805 … [[maybe_unused]] bool success = CreateDataProperty(thread, objHandle, writableStr, writable); in FromPropertyDescriptor() 1877 bool writable = value.ToBoolean(); in ToPropertyDescriptorFast() local 1878 desc.SetWritable(writable); in ToPropertyDescriptorFast() 1947 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local 1948 desc.SetWritable(writable); in ToPropertyDescriptor()
|
D | js_function.h | 108 const JSHandle<JSTaggedValue> &proto, bool writable = true);
|
D | global_env_constants.h | 170 …V(JSTaggedValue, WritableString, WRITABLE_STRING_INDEX, writable) …
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_reflect_test.cpp | 188 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local 189 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(attributes), writableKey, writable); in HWTEST_F_L0()
|
D | builtins_object_test.cpp | 305 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue(desc.IsWritable())); in HWTEST_F_L0() local 306 JSObject::CreateDataProperty(thread, attHandle, writableStr, writable); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
D | stubbuilder.js | 1052 writable : true, property
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262skiplist-compiler-arm64.txt | 358 built-ins/Proxy/set/return-true-target-property-is-not-writable.js 360 built-ins/Proxy/set/target-property-is-not-configurable-not-writable-not-equal-to-v.js
|
D | test262skiplist.txt | 861 …/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex-desc-not-writable.js
|
/arkcompiler/ets_frontend/test262/ |
D | CI_tests.txt | 198 built-ins/Reflect/set/return-false-if-receiver-is-not-writable.js 200 built-ins/Reflect/set/return-false-if-target-is-not-writable.js 1024 built-ins/Proxy/get/not-same-value-configurable-false-writable-false-throws.js 1026 built-ins/Proxy/get/return-trap-result-configurable-false-writable-true.js 1027 built-ins/Proxy/get/return-trap-result-configurable-true-writable-false.js 1413 built-ins/Array/from/iter-set-elem-prop-non-writable.js 1419 built-ins/Array/from/source-object-length-set-elem-prop-non-writable.js 1483 built-ins/Array/prototype/concat/create-species-with-non-writable-property-spreadable.js 1597 built-ins/Array/prototype/filter/target-array-with-non-writable-property.js 1755 built-ins/Array/prototype/map/target-array-with-non-writable-property.js [all …]
|
D | es2015_tests.txt | 33 built-ins/Array/from/iter-set-elem-prop-non-writable.js 47 built-ins/Array/from/source-object-length-set-elem-prop-non-writable.js 184 built-ins/Array/prototype/concat/create-species-with-non-writable-property.js 185 built-ins/Array/prototype/concat/create-species-with-non-writable-property-spreadable.js 729 built-ins/Array/prototype/filter/target-array-with-non-writable-property.js 786 built-ins/Array/prototype/flat/target-array-with-non-writable-property.js 802 built-ins/Array/prototype/flatMap/target-array-with-non-writable-property.js 1659 built-ins/Array/prototype/map/target-array-with-non-writable-property.js 2250 built-ins/Array/prototype/shift/throws-when-this-value-length-is-writable-false.js 2321 built-ins/Array/prototype/slice/target-array-with-non-writable-property.js [all …]
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_types_test.cpp | 731 "name":"name85","configurable":true,"enumerable":true,"writable":98}})"; in HWTEST_F_L0() 737 "name":"name85","configurable":true,"enumerable":true,"writable":[true]}})"; in HWTEST_F_L0() 743 "name":"name85","configurable":true,"enumerable":true,"writable":true}})"; in HWTEST_F_L0() 883 "writable":true,"get":{"type":")" + in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 901 PropertyDescriptor &SetWritable(bool writable) in SetWritable() argument 903 writable_ = writable; in SetWritable()
|
D | pt_types.cpp | 1327 bool writable = false; in Create() local 1328 ret = params.GetBool("writable", &writable); in Create() 1330 propertyDescriptor->writable_ = writable; in Create()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | lib_ark_builtins.d.ts | 20 writable?: boolean; property
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …writable));i=ei(n,"value",t.value)||i;var a=ei(n,"get",t.get);return a=ei(n,"set",t.set)||a,e.Debu… property
|