jscript: Added String.split implementation for non-regexp arguments.
commitb67e875eed0b51b6a01015e80f2dc238969577bf
authorJacek Caban <jacek@codeweavers.com>
Tue, 7 Oct 2008 17:03:02 +0000 (7 12:03 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Oct 2008 10:18:45 +0000 (8 12:18 +0200)
tree1c84c8dd6cafdb1db4413e95894df94144333401
parent67af45be7dec29fec89b959f39aba3108637f851
jscript: Added String.split implementation for non-regexp arguments.
dlls/jscript/string.c
dlls/jscript/tests/api.js
dlls/jscript/tests/regexp.js