Searched refs:configurable (Results 1 – 9 of 9) sorted by relevance
/ark/js_runtime/ecmascript/tooling/test/ |
D | debugger_types_test.cpp | 669 "name":10,"configurable":true,"enumerable":true,"value":10}})"; in HWTEST_F_L0() 675 "name":["name85"],"configurable":true,"enumerable":true,"value":10}})"; in HWTEST_F_L0() 681 "name":"name85","configurable":10,"enumerable":true}})"; in HWTEST_F_L0() 687 "name":"name85","configurable":"true","enumerable":true}})"; in HWTEST_F_L0() 693 "name":"name85","configurable":true,"enumerable":10}})"; in HWTEST_F_L0() 699 "name":"name85","configurable":true,"enumerable":"true"}})"; in HWTEST_F_L0() 705 "name":"name85","configurable":true,"enumerable":true,"value":10}})"; in HWTEST_F_L0() 711 "name":"name85","configurable":true,"enumerable":true,"value":{"ee":"11"}}})"; in HWTEST_F_L0() 717 "name":"name85","configurable":true,"enumerable":true,"value":{"type":")" + in HWTEST_F_L0() 730 "name":"name85","configurable":true,"enumerable":true,"writable":98}})"; in HWTEST_F_L0() [all …]
|
/ark/js_runtime/ecmascript/builtins/tests/ |
D | builtins_reflect_test.cpp | 199 JSHandle<JSTaggedValue> configurable(thread, JSTaggedValue::True()); in HWTEST_F_L0() local 200 … JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(attributes), configurableKey, configurable); in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/ |
D | js_object.cpp | 1511 JSHandle<JSTaggedValue> configurable(thread, JSTaggedValue(desc.IsConfigurable())); in FromPropertyDescriptor() local 1512 …maybe_unused]] bool success = CreateDataProperty(thread, objHandle, configurableStr, configurable); in FromPropertyDescriptor() 1550 bool configurable = value.ToBoolean(); in ToPropertyDescriptorFast() local 1551 desc.SetConfigurable(configurable); in ToPropertyDescriptorFast()
|
D | global_env_constants.h | 93 …V(JSTaggedValue, ConfigurableString, CONFIGURABLE_STRING_INDEX, configurable) …
|
/ark/runtime_core/docs/ |
D | design-of-interpreter.md | 178 … portability of managed applications. We can relax this constraint to some extent with configurable
|
/ark/js_runtime/ecmascript/tooling/base/ |
D | pt_types.h | 748 PropertyDescriptor &SetConfigurable(bool configurable) in SetConfigurable() argument 750 configurable_ = configurable; in SetConfigurable()
|
D | pt_types.cpp | 790 bool configurable; in Create() local 791 ret = params.GetBool("configurable", &configurable); in Create() 793 propertyDescriptor->configurable_ = configurable; in Create()
|
/ark/ts2abc/test262/ |
D | CI_tests.txt | 1012 built-ins/Proxy/defineProperty/targetdesc-not-compatible-descriptor-not-configurable-target-realm.js 1014 built-ins/Proxy/defineProperty/targetdesc-undefined-not-configurable-descriptor-realm.js 1015 built-ins/Proxy/defineProperty/targetdesc-undefined-not-configurable-descriptor.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 1035 built-ins/Proxy/getOwnPropertyDescriptor/resultdesc-is-not-configurable-targetdesc-is-undefined.js 1036 built-ins/Proxy/getOwnPropertyDescriptor/resultdesc-return-configurable.js 1067 built-ins/Proxy/set/return-true-target-property-accessor-is-configurable-set-is-undefined.js 1068 built-ins/Proxy/set/return-true-target-property-is-not-configurable.js [all …]
|
D | es2015_tests.txt | 63 built-ins/Array/prototype/slice/target-array-with-non-configurable-property.js 608 built-ins/Array/prototype/filter/target-array-with-non-configurable-property.js 1251 built-ins/Array/prototype/map/target-array-with-non-configurable-property.js 2065 built-ins/Array/prototype/splice/target-array-with-non-configurable-property.js 2443 built-ins/Array/prototype/concat/create-species-with-non-configurable-property.js 2508 built-ins/Array/prototype/concat/create-species-with-non-configurable-property-spreadable.js 4013 built-ins/TypedArrayConstructors/internals/DefineOwnProperty/key-is-numericindex-desc-configurable.… 4436 built-ins/Proxy/defineProperty/targetdesc-undefined-not-configurable-descriptor-realm.js 4438 built-ins/Proxy/defineProperty/targetdesc-not-compatible-descriptor-not-configurable-target-realm.js 4440 built-ins/Proxy/defineProperty/targetdesc-configurable-desc-not-configurable-realm.js [all …]
|