Jacek Caban
|
083c95449e
|
jscript: Added Math object stub implementation.
|
2008-09-10 10:57:19 +02:00 |
Jacek Caban
|
e2f743fad8
|
jscript: Added RegExp constructor object implementation.
|
2008-09-10 10:57:09 +02:00 |
Jacek Caban
|
7a3d60e913
|
jscript: Added Number constructor object implementation.
|
2008-09-10 10:57:00 +02:00 |
Jacek Caban
|
f8be53fcf3
|
jscript: Added Boolean constructor object.
|
2008-09-10 10:56:47 +02:00 |
Jacek Caban
|
54d03ab857
|
jscript: Added Array constructor object implementation.
|
2008-09-10 10:56:29 +02:00 |
Jacek Caban
|
8482abe29c
|
jscript: Added String constructor object.
|
2008-09-10 10:56:21 +02:00 |
Jacek Caban
|
dd01f8b8f7
|
jscript: Added Object constructor object implementation.
|
2008-09-10 10:56:01 +02:00 |
Jacek Caban
|
5c05e6c869
|
jscript: Add static functions to variable objects.
|
2008-09-09 11:46:17 +02:00 |
Jacek Caban
|
a0170ad7f9
|
jscript: Added Function.length implementation.
|
2008-09-09 11:46:17 +02:00 |
Jacek Caban
|
d7c8c2544d
|
jscript: Added '!==' expression implementation.
|
2008-09-09 11:46:17 +02:00 |
Jacek Caban
|
c3938073da
|
jscript: Added '===' expression implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
326cf6e0cf
|
jscript: Added var statement implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
11153d0e05
|
jscript: Added logical negation implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
b60898353c
|
jscript: Added infrastructure for test scripts.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
a16f205382
|
jscript: Added call expression implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
86a787bbc9
|
jscript: Added assignment test.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
2bbd9d4105
|
jscript: Added AddNamedItem implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
b40b352c8f
|
jscript: Added empty statement implementation.
|
2008-09-05 11:24:27 +02:00 |
Jacek Caban
|
a7ede8f272
|
jscript: Added ParseScriptText test.
|
2008-09-05 11:24:19 +02:00 |
Jacek Caban
|
51a2ccb4c4
|
jscript: Added SCRIPTSTATE_STARTED implementation.
|
2008-09-05 11:23:54 +02:00 |
Jacek Caban
|
db21502d51
|
jscript: Added IActiveScript::GetScriptState implementation.
|
2008-09-02 21:34:12 +02:00 |
Jacek Caban
|
c62c4f8928
|
jscript: Added IActiveScript::GetScriptDispatch implementation.
|
2008-09-02 21:33:42 +02:00 |
Jacek Caban
|
f3eb77610b
|
jscript: Added script site tests.
|
2008-09-02 21:33:27 +02:00 |
Jacek Caban
|
d19cdef8f8
|
jscript: Added IActiveScriptParse::InitNew implementation.
|
2008-09-02 21:32:54 +02:00 |
Alexandre Julliard
|
79c64acc7b
|
tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
|
2008-07-08 17:51:45 +02:00 |
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
Francois Gouget
|
7b404ff9d6
|
jscript/tests: Fix the '\n's in an ok() call.
|
2008-04-14 12:40:22 +02:00 |
Jacek Caban
|
b9117b6166
|
jscript: Added IObjectSafety tests.
|
2008-04-10 11:16:12 +02:00 |
Jacek Caban
|
63ebe0191e
|
jscript: Added tests.
|
2008-03-25 11:44:06 +01:00 |