Jacek Caban
|
86e7beae82
|
jscript: Added Error.toString implementation for invoke version >= 2.
|
2009-10-20 13:48:13 +02:00 |
Piotr Caban
|
662a8525f4
|
jscript: Fixed Global functions lengths.
|
2009-10-14 11:23:40 +02:00 |
Jacek Caban
|
6d4533a8f8
|
jscript: Added ActiveXObject constructor implementation.
|
2009-09-30 16:28:17 +02:00 |
Jacek Caban
|
f8c2b42de4
|
jscript: Allow 'this' to be host object in builtin functions.
|
2009-09-23 16:25:23 +02:00 |
Jacek Caban
|
5dcd182e8f
|
jscript: Avoid using dispex->ctx.
|
2009-09-23 16:25:13 +02:00 |
Jacek Caban
|
5511f7173f
|
jscript: Pass script_ctx_t to builtin functions.
|
2009-09-23 16:19:44 +02:00 |
Jacek Caban
|
f14c5f074a
|
jscript: Get rid of lcid argument in builtin function implementations.
|
2009-09-23 16:19:31 +02:00 |
Jacek Caban
|
fadfab5ff6
|
jscript: Use script LCID in *disp_propput* functions.
|
2009-09-23 16:19:11 +02:00 |
Jacek Caban
|
9e523c6130
|
jscript: Added RegExp function call implementation.
|
2009-09-23 16:18:41 +02:00 |
Jacek Caban
|
d918a1890b
|
jscript: Added Function.toString implementation for builtin functions.
|
2009-09-17 10:07:51 -05:00 |
Jacek Caban
|
c444a4907e
|
jscript: Code clean up.
|
2009-09-01 15:59:10 +02:00 |
Piotr Caban
|
28734e3756
|
jscript: Inherit some Error functions from Object.
|
2009-08-14 13:59:10 +02:00 |
Piotr Caban
|
98223b96e7
|
jscript: Throw SyntaxError in eval function.
|
2009-07-24 11:44:53 +02:00 |
Piotr Caban
|
8dd1d9b92e
|
jscript: Throw TypeErrors when _value functions are used as a function.
|
2009-07-22 14:42:50 +02:00 |
Piotr Caban
|
d8e841ca50
|
jscript: Throw 'undefined object' error.
|
2009-07-22 14:42:50 +02:00 |
Piotr Caban
|
a77e369cfe
|
jscript: Add Error_number handling to constructor and error throwing functions.
|
2009-07-21 11:04:34 +02:00 |
Piotr Caban
|
f3eef0d4c8
|
jscript: Added Error_number and Error_description implementation.
|
2009-07-21 11:04:16 +02:00 |
Piotr Caban
|
7c0a702001
|
jscript: Added Error_description and Error_number stubs.
|
2009-07-21 11:04:13 +02:00 |
Piotr Caban
|
469b597212
|
jscript: Add error throwing functions.
|
2009-07-21 10:58:52 +02:00 |
Piotr Caban
|
2d71dac412
|
jscript: Add Error_toString implementation.
|
2009-07-21 10:57:37 +02:00 |
Piotr Caban
|
f17b1f6334
|
jscript: Add Error_message implementation.
|
2009-07-21 10:57:33 +02:00 |
Piotr Caban
|
f33f5c9286
|
jscript: Add Error object stub.
|
2009-07-21 10:57:19 +02:00 |