Jacek Caban
|
d699834892
|
jscript: Added '==' expression implementation.
|
2008-09-18 12:21:07 +02:00 |
|
Dmitry Timoshkov
|
e853f1076c
|
jscript: Fix the uninitialized variable warning.
|
2008-09-17 10:54:44 +02:00 |
|
Jacek Caban
|
4e670c1c6b
|
jscript: Fixed allocation of script buffer.
|
2008-09-17 10:54:36 +02:00 |
|
Jacek Caban
|
5c1c923d5e
|
jscript: Added minus expression implementation.
|
2008-09-16 22:35:01 +02:00 |
|
Jacek Caban
|
43f760ba17
|
jscript: Added '/=' expression implementation.
|
2008-09-16 22:34:56 +02:00 |
|
Jacek Caban
|
323e11b4ab
|
jscript: Added '/' expression implementation.
|
2008-09-16 22:34:52 +02:00 |
|
Jacek Caban
|
01a4acbd8c
|
jscript: Added '*=' expression implementation.
|
2008-09-16 22:34:48 +02:00 |
|
Jacek Caban
|
2385f8d494
|
jscript: Added '*' expression implementation.
|
2008-09-16 22:34:44 +02:00 |
|
Jacek Caban
|
2a672e334e
|
jscript: Added '-=' expression implementation.
|
2008-09-16 22:34:40 +02:00 |
|
Jacek Caban
|
c3af87180a
|
jscript: Added '-' expression implementation.
|
2008-09-16 22:34:35 +02:00 |
|
Jacek Caban
|
1a97632a4e
|
jscript: Added to_object(number) implementation.
|
2008-09-16 22:34:31 +02:00 |
|
Jacek Caban
|
7fa373e364
|
jscript: Added to_object(VT_BOOL) implementation.
|
2008-09-16 22:34:27 +02:00 |
|
Jacek Caban
|
e7903ecfa9
|
jscript: Added throw statement implementation.
|
2008-09-16 22:34:23 +02:00 |
|
Jacek Caban
|
66eb62ada6
|
jscript: Added try statement implementation.
|
2008-09-16 22:34:09 +02:00 |
|
Jacek Caban
|
4b9bc9816b
|
jscript: Added RegExp tests.
|
2008-09-16 11:48:23 +02:00 |
|
Jacek Caban
|
db69b121ac
|
jscript: Added String.match implementation.
RegExp part of patch is based on Mozilla regexp implementation.
|
2008-09-16 11:48:10 +02:00 |
|
Jacek Caban
|
9a752be1a7
|
jscript: Added string to object conversion implementation.
|
2008-09-16 11:48:03 +02:00 |
|
Jacek Caban
|
5670ca52ae
|
jscript: Added regular expression compiler based on Mozilla regexp implementation.
|
2008-09-16 11:48:00 +02:00 |
|
Jacek Caban
|
4ac24dc2bf
|
jscript: Reuse temporary heap.
|
2008-09-16 11:29:50 +02:00 |
|
Jacek Caban
|
cf1863ed09
|
jscript: Added parser support for regular expressions.
|
2008-09-16 11:29:44 +02:00 |
|
Jacek Caban
|
f2e7626c7a
|
jscript: Added ArrayInstance::on_put implementation.
|
2008-09-16 11:29:38 +02:00 |
|
Jacek Caban
|
06d19171be
|
jscript: Added Array.length implementation.
|
2008-09-16 11:29:33 +02:00 |
|
Jacek Caban
|
9c25917e5d
|
jscript: Added Array constructor implementation.
|
2008-09-16 11:29:28 +02:00 |
|
Jacek Caban
|
199952bf55
|
jscript: Added missing RegExp properties.
|
2008-09-16 11:29:05 +02:00 |
|
Jacek Caban
|
2950c3fa2d
|
jscript: Added postfix decrement expression implementation.
|
2008-09-12 11:42:12 +02:00 |
|
Jacek Caban
|
b291b83a6b
|
jscript: Added postfix increment expression implementation.
|
2008-09-12 11:42:08 +02:00 |
|
Jacek Caban
|
ce423c2e3b
|
jscript: Added prefix decrement expression implementation.
|
2008-09-12 11:42:04 +02:00 |
|
Jacek Caban
|
5df7ac456f
|
jscript: Added prefix increment expression.
|
2008-09-12 11:42:00 +02:00 |
|
Jacek Caban
|
aa4f801ed0
|
jscript: Added '>=' expression implementation.
|
2008-09-12 11:41:55 +02:00 |
|
Jacek Caban
|
aa0c254e4a
|
jscript: Added '>' expression implementation.
|
2008-09-12 11:41:50 +02:00 |
|
Jacek Caban
|
9332be04f0
|
jscript: Added '<=' implementation.
|
2008-09-12 11:41:46 +02:00 |
|
Jacek Caban
|
8e2a9ae06a
|
jscript: Added '<' expression implementation.
|
2008-09-12 11:41:42 +02:00 |
|
Jacek Caban
|
bc9e6aa1e5
|
jscript: Added '&&' expression implementation.
|
2008-09-12 11:41:37 +02:00 |
|
Jacek Caban
|
6d541ecc5d
|
jscript: Added '||' expression implementation.
|
2008-09-12 11:41:32 +02:00 |
|
Jacek Caban
|
50c7c4b719
|
jscript: Added '+=' expression implementation.
|
2008-09-12 11:41:27 +02:00 |
|
Paul Vriens
|
98aaad7810
|
jscript/tests: Fix crash and failures on win9x.
|
2008-09-12 11:39:36 +02:00 |
|
Alexandre Julliard
|
a8513a2113
|
jscript: Add necessary dependencies for the bison file.
|
2008-09-11 12:12:23 +02:00 |
|
Jacek Caban
|
93a62e8f70
|
jscript: Added add expression implementation.
|
2008-09-11 12:02:29 +02:00 |
|
Jacek Caban
|
beba0f711d
|
jscript: Added script types tests.
|
2008-09-11 12:02:23 +02:00 |
|
Jacek Caban
|
23ccc9a293
|
jscript: Added conditional expression implementation.
|
2008-09-11 12:02:19 +02:00 |
|
Jacek Caban
|
026bbea672
|
jscript: Added block statement implementation.
|
2008-09-11 12:02:14 +02:00 |
|
Jacek Caban
|
e7786d1d45
|
jscript: Added object initialiser expression implementation.
|
2008-09-11 12:02:10 +02:00 |
|
Jacek Caban
|
1edd64ef8b
|
jscript: Added if statement implementation.
|
2008-09-11 12:02:06 +02:00 |
|
Jacek Caban
|
eedc6dc715
|
jscript: Added IActiveScriptParseProcedure2::ParseProcedureText implementation.
|
2008-09-11 12:02:00 +02:00 |
|
Jacek Caban
|
44333104ce
|
jscript: Release named items in IActiveScript::Close.
|
2008-09-11 12:01:55 +02:00 |
|
Jacek Caban
|
0c6b804e63
|
jscript: Added initial prototype of functions.
|
2008-09-11 12:01:51 +02:00 |
|
Jacek Caban
|
b2a93fe3c3
|
jscript: Added function expression implementation.
|
2008-09-11 12:01:46 +02:00 |
|
Jacek Caban
|
e4e47c0149
|
jscript: Added constructor invokation from Function object support.
|
2008-09-11 12:01:42 +02:00 |
|
Jacek Caban
|
bea575c916
|
jscript: Added Object constructor implementation.
|
2008-09-11 12:01:37 +02:00 |
|
Jacek Caban
|
152b3e48c1
|
jscript: Added 'new' expression implementation.
|
2008-09-11 12:01:33 +02:00 |
|