• Gabriel Ivăncescu's avatar
    jscript: Implement fdexNameCaseInsensitive flag handling. · 7be0cffa
    Gabriel Ivăncescu authored
    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: 's avatarGabriel Ivăncescu <gabrielopcode@gmail.com>
    7be0cffa
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...