jscript: Fix the lexicographical order of the String class properties array.
commitf2388d92690dbaee8c87e873bb169f4ce68bcbdf
authorAndrew Nguyen <arethusa26@gmail.com>
Wed, 10 Dec 2008 09:06:21 +0000 (10 03:06 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Dec 2008 10:33:00 +0000 (10 11:33 +0100)
tree03d56ed23950956bbe148a3c415010542c11db1b
parenta6bdc47152964d06bdb97d4a8b2490c31e59b86b
jscript: Fix the lexicographical order of the String class properties array.

The find_builtin_prop internal routine in dispex.c implements a binary
search with the requirement that a class properties array be in
ascending order, so this fix allows String's properties array to
satisfy this requirement and allows the tests for String.sub() to
pass.
dlls/jscript/string.c