search for: defineproperty

Displaying 3 results from an estimated 3 matches for "defineproperty".

2019 Aug 30
0
Wine release 4.15
...'%define api.pure'. Jacek Caban (21): jscript: Support enumerating own properties. jscript: Add Object.defineProperties implementation. jscript: Support properties argument in Object.create. mshtml/tests: Add Object.defineProperties tests. jscript: Fix Object.defineProperty return value. vbscript/tests: Fix tests on recent win10. vbscript: Return correct error when builtin call argument count is invalid. vbscript: Add Asc implementation. vbscript: Fix handling null argument in CStr. vbscript/tests: Fix tests on some Vista versions....
2018 May 25
0
Wine release 3.9
...ne_data_property for arguments object properties. jscript: Use jsdisp_define_property to set function prototypes. jscript: Use jsdisp_define_property to set prototype constructors. jscript: Added Object.defineProperties stub. jscript: Added support for accessor properties in defineProperty. jscript: Support accessor properties in getOwnPropertyDescriptor. jscript: Support getting value of accessor property. jscript: Move handling PROPF_WRITABLE to property type specific code. jscript: Support setting accessor property value. mshtml: Share the same struct...
2018 May 11
0
Wine release 3.8
...ation. jscript: Use jsdisp_get_own_property in Object.propertyIsEnumerable implementation. jscript: Make String.length non-writable. jscript: Make Function instance object properties non-writable. jscript: Make RegExp object properties non-writable. jscript: Add Object.defineProperty implementation. jscript: Use jsdisp_define_property instead of jsdisp_propput_const. jscript: Make global constants non-writable in ES5 mode. jscript: Use jsdisp_define_property instead of jsdisp_propput_dontenum for global properties. Józef Kucia (1): winebus: Print SDL er...