jscript: Added Number constructor object implementation.
commit7a3d60e9130aca54b0561c5cadc0468c27fd38d8
authorJacek Caban <jacek@codeweavers.com>
Wed, 10 Sep 2008 00:34:33 +0000 (10 02:34 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Sep 2008 08:57:00 +0000 (10 10:57 +0200)
tree949bfd141ef578db10cd32b68894d0adcfff2cc4
parentf8be53fcf33208861887351be6f97861b1133763
jscript: Added Number constructor object implementation.
dlls/jscript/Makefile.in
dlls/jscript/global.c
dlls/jscript/jscript.h
dlls/jscript/number.c [new file with mode: 0644]
dlls/jscript/tests/lang.js