Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 24 of 24) 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/typeinfer/automatedcases/
DparserOptionalTypeMembers1.ts26 writable?: boolean;
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js36 …Object.defineProperty(v38, 0x4343434343434343n, { writable: true, configurable: true, value: F21 }… property
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h173 uint32_t pcOffset, bool writable, bool hasFrameState) in JSBytecode() argument
175 GateFlags writableFlags = writable ? GateFlags::NONE_FLAG : GateFlags::NO_WRITE; in JSBytecode()
Dbytecode_circuit_builder.cpp885 bool writable = !bytecodeInfo.NoSideEffects(); in NewJSGate() local
888 …auto meta = circuit_->JSBytecode(numValueInputs, bytecodeInfo.GetOpcode(), pcOffset, writable, has… in NewJSGate()
Dstub_builder.cpp2981 Label writable(env); in SetPropertyByName() local
2983 Branch(IsWritable(attr), &writable, &notWritable); in SetPropertyByName()
2991 Bind(&writable); in SetPropertyByName()
/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/aottest/classstatic/
Dclassstatic.ts323 writable: false
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp216 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()
Djs_object.cpp1804 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()
Djs_function.h108 const JSHandle<JSTaggedValue> &proto, bool writable = true);
Dglobal_env_constants.h170 …V(JSTaggedValue, WritableString, WRITABLE_STRING_INDEX, writable) …
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp188 JSHandle<JSTaggedValue> writable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
189 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(attributes), writableKey, writable); in HWTEST_F_L0()
Dbuiltins_object_test.cpp305 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/
Dstubbuilder.js1052 writable : true, property
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist-compiler-arm64.txt358 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
Dtest262skiplist.txt861 …/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex-desc-not-writable.js
/arkcompiler/ets_frontend/test262/
DCI_tests.txt198 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 …]
Des2015_tests.txt33 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/
Ddebugger_types_test.cpp731 "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/
Dpt_types.h901 PropertyDescriptor &SetWritable(bool writable) in SetWritable() argument
903 writable_ = writable; in SetWritable()
Dpt_types.cpp1327 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/
Dlib_ark_builtins.d.ts20 writable?: boolean; property
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2writable));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