Jacek Caban
|
de5495ba86
|
jscript: Added missing port.h include to lex.c.
|
2012-05-30 11:28:21 +02:00 |
Jacek Caban
|
db737291fc
|
jscript: Get rid of num_set_nan hack.
|
2012-05-29 18:20:14 +02:00 |
Jacek Caban
|
d0a719a79d
|
jscript: Get rid of ret_nan hack.
|
2012-05-29 18:20:13 +02:00 |
Michael Stefaniuc
|
8f4512f763
|
jscript/tests: Check the correct return value.
|
2012-05-21 11:34:38 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Francois Gouget
|
22fe702f7a
|
jscript/tests: Fix the spelling of the testEmbeddedFunctions() function name.
|
2012-05-14 12:06:15 +02:00 |
Jacek Caban
|
35e663425d
|
jscript: Store double op arg directly instead of by pointer.
|
2012-05-14 12:04:23 +02:00 |
Jacek Caban
|
1acb30a522
|
jscript: Added get_op_str and get_op_double helpers.
|
2012-05-14 12:04:23 +02:00 |
Jacek Caban
|
e273636d4d
|
jscript: Make flags parameter of OP_regexp unsigned.
|
2012-05-14 12:04:22 +02:00 |
Jacek Caban
|
0d5defafd4
|
jscipt: Make arg_cnt parameter of OP_new unsigned.
|
2012-05-14 12:04:22 +02:00 |
Jacek Caban
|
efe744a8ba
|
jscript: Added get_op_int helper.
|
2012-05-14 12:04:21 +02:00 |
Jacek Caban
|
bad9afb3a0
|
jscript: Added get_op_uint helper.
|
2012-05-14 12:04:21 +02:00 |
Jacek Caban
|
9a496ce10b
|
jscript: Added get_op_bstr helper.
|
2012-05-14 12:04:20 +02:00 |
Jacek Caban
|
c8a28a9671
|
jscript: Added support for VT_INT.
|
2012-05-04 18:08:33 +02:00 |
Jacek Caban
|
c61af66c5b
|
jscript: Skip failing tests on old jscript versions.
|
2012-05-04 18:08:32 +02:00 |
Jacek Caban
|
56bf46fda0
|
jscript: Return double from to_integer.
|
2012-05-03 20:44:11 +02:00 |
Jacek Caban
|
e26a3018e7
|
jscript: Better handling of to_integer in String.substr.
|
2012-05-03 20:44:10 +02:00 |
Jacek Caban
|
9b02d2d5a3
|
jscript: Better handling of to_integer result in String.substring.
|
2012-05-03 20:44:10 +02:00 |
Jacek Caban
|
c01562040d
|
jscript: Better handling of to_integer result in String.slice.
|
2012-05-03 20:44:10 +02:00 |
Jacek Caban
|
d49635f08a
|
jscript: Better handling of to_integer result in String.lastIndexOf.
|
2012-05-03 20:44:09 +02:00 |
Jacek Caban
|
baa07477d2
|
jscript: Bettter handling of to_number result in String.indexOf.
|
2012-05-03 20:44:09 +02:00 |
Jacek Caban
|
621180e81c
|
jscript: Better handling of to_integer result in String.charCodeAt.
|
2012-05-03 20:44:08 +02:00 |
Jacek Caban
|
0143201eac
|
jscript: Better handling of to_integer result in String.charAt.
|
2012-05-03 20:44:08 +02:00 |
Jacek Caban
|
3ee7438a5f
|
jscript: Better handling of to_integer result in Array.splice.
|
2012-05-03 20:44:08 +02:00 |
Jacek Caban
|
5b83abced7
|
jscript: Properly test if double may be converted to int32.
|
2012-05-02 20:14:56 +02:00 |
Jacek Caban
|
13db9a1662
|
jscript: Added VT_I2 tests.
|
2012-05-01 15:28:24 +02:00 |
Jacek Caban
|
c9c8c6165e
|
jscript: Added support for VT_I2 in invoke_prop_func.
|
2012-05-01 15:28:22 +02:00 |
Jacek Caban
|
da125450da
|
jscript: Added support for VT_I2 in disp_call.
|
2012-05-01 15:28:18 +02:00 |
Jacek Caban
|
b6a1912392
|
jscript: Added support for VT_I2 in disp_propget.
|
2012-05-01 15:28:16 +02:00 |
Thomas Faber
|
58ad6fcf1f
|
jscript: Add missing port.h include for isnan.
|
2012-04-30 11:00:35 +02:00 |
Jacek Caban
|
30acd235dd
|
jscript: Removed unused do_*_tag_format arguments.
|
2012-04-27 12:02:31 +02:00 |
Jacek Caban
|
424b63119c
|
jscript: Use stack_push_int in interp_bneg.
|
2012-04-27 12:02:28 +02:00 |
Jacek Caban
|
ca15adfde6
|
jscript: Get rid of parser function collecting hack by moving the logic to compiler.
|
2012-04-26 19:27:36 +02:00 |
Piotr Caban
|
cc6205f10c
|
jscript: Fix toExponential behavior when exponent is 0.
|
2012-04-25 17:16:37 +02:00 |
Jacek Caban
|
474f1152b2
|
jscript: Moved collecting variable declarations from parser to compiler.
|
2012-04-25 12:17:08 +02:00 |
Jacek Caban
|
b866c7f5e9
|
jscript: Make parser a temporary compiler object.
|
2012-04-25 12:17:04 +02:00 |
Jacek Caban
|
97b44da746
|
jscript: Store function parameters in function_code_t.
|
2012-04-25 12:17:01 +02:00 |
Jacek Caban
|
d1a4053953
|
jscript: Fixed func->funcs leak.
|
2012-04-25 12:16:56 +02:00 |
Jacek Caban
|
64a3f5077f
|
jscript: Store variable names in function_code_t.
|
2012-04-25 12:16:52 +02:00 |
Jacek Caban
|
375ab889d8
|
jscript: Store source code range in function_code_t.
|
2012-04-24 17:45:27 +02:00 |
Jacek Caban
|
8c533d10d6
|
jscript: Store function name in function_code_t.
|
2012-04-24 17:45:18 +02:00 |
Jacek Caban
|
d76b675ea8
|
jscript: Use compiler-generated struct for representing function code.
|
2012-04-24 17:45:16 +02:00 |
Jacek Caban
|
4733fd0623
|
jscript: Added regexp 'pre-parser' to support non-backslash-sequenced non-terminating '/' in characted classes.
|
2012-04-20 11:59:51 +02:00 |
Piotr Caban
|
4c4c7c047f
|
jscript: Added Number.toPrecision implementation.
|
2012-04-19 19:28:11 +02:00 |
Piotr Caban
|
c1228eb45f
|
jscript: Added Number.toExponential implementation.
|
2012-04-19 19:28:11 +02:00 |
Piotr Caban
|
a20c0d1141
|
jscript: Added Number.toFixed implementation.
|
2012-04-19 19:28:11 +02:00 |
Piotr Caban
|
b81e44f8d9
|
jscript: Make parsing of double more accurate.
|
2012-04-19 19:28:10 +02:00 |
André Hentschel
|
6677982728
|
jscript: Remove unneeded shadow variable.
|
2012-04-18 17:13:14 +02:00 |
Jacek Caban
|
c1cb8f29b0
|
jscript: Correctly handle empty matches in String.replace.
|
2012-04-18 15:44:47 +02:00 |
Jacek Caban
|
e21588aef7
|
jscript: Pass correct cpbegin to InitMatch.
|
2012-04-18 15:44:43 +02:00 |