Ruben Ayrapetyan
|
b4bd0bfb4c
|
Correctly setting [[Extensible]] property of built-in objects.
|
2014-10-30 19:39:54 +03:00 |
|
Ilmir Usmanov
|
d8acb0b6e2
|
'undefined' is not literal, so dump it as identifier.
|
2014-10-30 19:48:06 +04:00 |
|
Ruben Ayrapetyan
|
bd5f4c0c69
|
Adding test for some limitations that take effect in strict mode.
|
2014-10-30 18:22:52 +03:00 |
|
Ruben Ayrapetyan
|
bb6583faa7
|
Fixing do_strict_eval_arguments_check helper.
|
2014-10-30 17:25:30 +03:00 |
|
Ruben Ayrapetyan
|
ac710dd0b5
|
Implementing [[ThrowTypeError]] built-in Function object.
|
2014-10-30 17:22:33 +03:00 |
|
Ruben Ayrapetyan
|
4625d5b90a
|
Changing value of CompactProfileError built-in's 'length' property to 0.
|
2014-10-30 17:22:33 +03:00 |
|
Ilmir Usmanov
|
d5878132cc
|
Dump 'use strict' prior to reg_var_decl.
|
2014-10-30 18:17:41 +04:00 |
|
Ruben Ayrapetyan
|
90dfee3cdb
|
Updating tools/run_test_suite_test262.sh to handle tests marked '@negative'.
|
2014-10-30 16:06:57 +03:00 |
|
Ruben Ayrapetyan
|
4160262ce8
|
Implementing EvalError, RangeError, SyntaxError, URIError built-ins and corresponding prototype built-in objects.
|
2014-10-30 14:28:44 +03:00 |
|
Ruben Ayrapetyan
|
66cb7e316d
|
Implementing ReferenceError and ReferenceError.prototype built-ins.
|
2014-10-29 21:28:56 +03:00 |
|
Ruben Ayrapetyan
|
6991b26e04
|
Implementing TypeError and TypeError.prototype built-ins. Fixing Error.prototype.toString implementation.
|
2014-10-29 21:15:36 +03:00 |
|
Ruben Ayrapetyan
|
4e6f5c7716
|
Implementing Error and Error.prototype built-in objects.
|
2014-10-29 18:49:31 +03:00 |
|
Ruben Ayrapetyan
|
ed08fe9983
|
Full names of magic string identifiers in src/libecmaobjects/ecma-magic-strings.inc.h
|
2014-10-29 17:23:43 +03:00 |
|
Ruben Ayrapetyan
|
a74c77a1d5
|
Arrangement of built-in objects implementation (description of built-ins with *.inc.h headers, reducing code duplication).
|
2014-10-29 15:46:31 +03:00 |
|
Ruben Ayrapetyan
|
6078a4c854
|
Describing Boolean.prototype with src/libecmabuiltins/ecma-builtin-boolean-prototype.inc.h header.
|
2014-10-28 20:38:26 +03:00 |
|
Ruben Ayrapetyan
|
f9e809e2e8
|
Removing ecma_builtin_*_get_routine_parameters_number routines.
|
2014-10-28 20:12:03 +03:00 |
|
Ruben Ayrapetyan
|
87310e43c6
|
On-demand built-ins instantiation.
|
2014-10-28 17:52:07 +03:00 |
|
Ruben Ayrapetyan
|
e35ec87209
|
Making built-ins' property numbers to be stored as static const instead of extern const.
|
2014-10-28 17:32:31 +03:00 |
|
Ruben Ayrapetyan
|
26012e098f
|
Moving magic strings definitions to ecma-magic-strings.inc.h.
|
2014-10-28 16:30:42 +03:00 |
|
Ruben Ayrapetyan
|
459750b1d0
|
Implementing routine for copying ecma-string and using it to duplicate ecma-string upon it's reference counter overflow.
|
2014-10-28 14:52:40 +03:00 |
|
Ilmir Usmanov
|
4735570b31
|
Add SyntaxErrors on parsing ObjectDeclarations.
|
2014-10-28 13:39:25 +04:00 |
|
Ruben Ayrapetyan
|
fc751b0f15
|
Arranging JERRY_UNIMPLEMENTED macro usages and adding comments to each invocation of the macro.
|
2014-10-27 19:48:03 +03:00 |
|
Ilmir Usmanov
|
cd8ab6594b
|
Fix test262 runner script
|
2014-10-27 18:08:22 +04:00 |
|
Ruben Ayrapetyan
|
69624e4de2
|
Fixing search of shortest representation in ecma_number_to_zt_string.
Fixing right shift operation for big integers.
|
2014-10-27 15:34:33 +03:00 |
|
Ilmir Usmanov
|
7d13970e95
|
Fix compiling several input files
|
2014-10-27 15:27:25 +04:00 |
|
Ilmir Usmanov
|
a55517f57a
|
Remove 'logical_or' and 'logical_and' opcodes
|
2014-10-27 14:55:02 +04:00 |
|
Ruben Ayrapetyan
|
f0ab69b01a
|
Replacing 96-bit integer with 128-bit integer in ecma_number_to_zt_string and ecma_zt_string_to_number conversion routines.
|
2014-10-24 23:06:25 +04:00 |
|
Ruben Ayrapetyan
|
b773ef074c
|
Fixing exception handling in ecma_op_to_number.
|
2014-10-24 21:58:53 +04:00 |
|
Ruben Ayrapetyan
|
e11f73df64
|
Improving precision in ecma_number_to_zt_string.
|
2014-10-24 20:39:59 +04:00 |
|
Ruben Ayrapetyan
|
82e8895b4c
|
Fixing ToInt32 conversion routine.
|
2014-10-24 20:39:59 +04:00 |
|
Ruben Ayrapetyan
|
904be9ece6
|
Fixing ecma_zt_string_to_number for '-0' string.
|
2014-10-24 20:39:59 +04:00 |
|
Ruben Ayrapetyan
|
bf9ef27e2f
|
Removing two tests that fail because of float32 precision limitations from tests/jerry-test-suite/precommit_test_list.
|
2014-10-24 20:39:41 +04:00 |
|
Ruben Ayrapetyan
|
0016adf957
|
Revert "Removing three tests that fail because of float32 precision limitations from tests/jerry-test-suite/precommit_test_list."
This reverts commit 7761650a96460ab39381d3b8983132b05364a489.
|
2014-10-24 20:38:41 +04:00 |
|
Ruben Ayrapetyan
|
ed32abb011
|
Removing three tests that fail because of float32 precision limitations from tests/jerry-test-suite/precommit_test_list.
|
2014-10-24 20:29:29 +04:00 |
|
Ruben Ayrapetyan
|
e4629cca51
|
Improving precision of number to zt-string conversion, adding search for the shortest representation of number during the conversion.
|
2014-10-24 19:15:31 +04:00 |
|
Ruben Ayrapetyan
|
4f68e43b7d
|
Adding debug.linux-float64 to pre-commit testing.
|
2014-10-23 20:34:58 +04:00 |
|
Ruben Ayrapetyan
|
1a6ca3108b
|
Turning some strict comparisons in tests/jerry/math_log.js and tests/jerry/sqrt.js into range check comparisons.
|
2014-10-23 20:34:43 +04:00 |
|
Ruben Ayrapetyan
|
81ae0010ac
|
Introducing float64 mod for host build targets that configures ecma-number to be float64 instead of default float32.
|
2014-10-23 19:27:43 +04:00 |
|
Ruben Ayrapetyan
|
2f16000949
|
Accessing ecma-number components with new ecma_number_pack / ecma_number_unpack helpers instead of ecma_number_fields_t structure that used GCC extension in CONFIG_ECMA_NUMBER_FLOAT64 mode.
|
2014-10-23 18:41:49 +04:00 |
|
Ruben Ayrapetyan
|
feedb37b20
|
Replacing way to specify ecma-char encoding and ecma-number type: instead of defining it like CONFIG_ECMA_NUMBER_FLOAT32 now it should be defined like CONFIG_ECMA_NUMBER_TYPE=CONFIG_ECMA_NUMBER_FLOAT32.
|
2014-10-23 18:33:10 +04:00 |
|
Ilmir Usmanov
|
f163f9f5da
|
Allocate memory for string literals and identifiers dinamically.
|
2014-10-23 17:04:36 +04:00 |
|
Ruben Ayrapetyan
|
e4a7d1c8ac
|
Introducing nostaticcheck=1 build option for disabling cppcheck and vera++ checks during the build.
|
2014-10-23 16:55:59 +04:00 |
|
Ruben Ayrapetyan
|
33aeac458a
|
Removing tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-002.js and tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.02/15.07.03.02-003.js from tests/jerry-test-suite/float_precision_exceptions_list.
|
2014-10-23 15:46:46 +04:00 |
|
Ruben Ayrapetyan
|
7f4a70ccb5
|
Improving precision of zt-string to ecma-number conversion.
|
2014-10-23 15:46:42 +04:00 |
|
Ilmir Usmanov
|
6b06cef1c8
|
Property getters and setters also create scope
|
2014-10-22 14:26:14 +04:00 |
|
Ilmir Usmanov
|
ec6572d501
|
Add support of function expressions scopes. Uncomment tests.
|
2014-10-21 22:22:04 +04:00 |
|
Ilmir Usmanov
|
62a42fa087
|
Add fail tests. Fix parser.
|
2014-10-21 20:35:07 +04:00 |
|
Ruben Ayrapetyan
|
ae048a7630
|
Running internal test suite during precommit testing.
|
2014-10-20 21:45:21 +04:00 |
|
Ruben Ayrapetyan
|
2d032a30dc
|
Extracting ecma_number_trunc helper from ecma_op_number_remainder.
|
2014-10-20 20:48:36 +04:00 |
|
Ruben Ayrapetyan
|
42abd7d63a
|
Moving ecma-number mathematical constants to src/libecmaobjects/ecma-globals.h.
|
2014-10-20 20:48:36 +04:00 |
|