wine/dlls/jscript/tests
Gabriel Ivăncescu 7be0cffa06 jscript: Implement fdexNameCaseInsensitive flag handling.
Despite common sense, native doesn't seem to look for exact match first;
it simply case-insensitively compares the props and returns as soon as it
finds one. This is also reliant on implementation details in case the object
has multiple props with same case-insensitive names, e.g. an object having
`Foo` prop, with `foo` prop on its prototype, can still find `Foo` even if
you look up `foo` instead (which matches exactly on the prototype). Which
is not always reliable, sometimes it finds the prototype first.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2022-08-17 19:21:00 +02:00
..
activex.c
api.js jscript: Don't allow construction on builtin methods. 2022-06-03 21:55:17 +02:00
caller.c
cc.js
jscript.c jscript: Implement fdexNameCaseInsensitive flag handling. 2022-08-17 19:21:00 +02:00
lang.js jscript: Handle detached scope objects 'this' in all calls. 2022-05-16 22:10:15 +02:00
Makefile.in
regexp.js
rsrc.rc
run.c jscript/tests: Add test for releasing script context objects. 2022-06-07 19:37:11 +02:00
sunspider-regexp-dna.js
sunspider-string-base64.js
sunspider-string-validate-input.js