Commit Graph

  • 87310e43c6 On-demand built-ins instantiation. Ruben Ayrapetyan 2014-10-28 17:52:07 +03:00
  • e35ec87209 Making built-ins' property numbers to be stored as static const instead of extern const. Ruben Ayrapetyan 2014-10-28 17:32:31 +03:00
  • 26012e098f Moving magic strings definitions to ecma-magic-strings.inc.h. Ruben Ayrapetyan 2014-10-28 16:30:42 +03:00
  • 459750b1d0 Implementing routine for copying ecma-string and using it to duplicate ecma-string upon it's reference counter overflow. Ruben Ayrapetyan 2014-10-28 14:52:40 +03:00
  • 4735570b31 Add SyntaxErrors on parsing ObjectDeclarations. Ilmir Usmanov 2014-10-28 13:38:13 +04:00
  • fc751b0f15 Arranging JERRY_UNIMPLEMENTED macro usages and adding comments to each invocation of the macro. Ruben Ayrapetyan 2014-10-27 19:48:03 +03:00
  • cd8ab6594b Fix test262 runner script Ilmir Usmanov 2014-10-27 18:08:12 +04:00
  • 69624e4de2 Fixing search of shortest representation in ecma_number_to_zt_string. Fixing right shift operation for big integers. Ruben Ayrapetyan 2014-10-27 15:29:17 +03:00
  • 7d13970e95 Fix compiling several input files Ilmir Usmanov 2014-10-27 15:27:25 +04:00
  • a55517f57a Remove 'logical_or' and 'logical_and' opcodes Ilmir Usmanov 2014-10-27 14:55:02 +04:00
  • f0ab69b01a Replacing 96-bit integer with 128-bit integer in ecma_number_to_zt_string and ecma_zt_string_to_number conversion routines. Ruben Ayrapetyan 2014-10-24 23:06:02 +04:00
  • b773ef074c Fixing exception handling in ecma_op_to_number. Ruben Ayrapetyan 2014-10-24 21:58:53 +04:00
  • e11f73df64 Improving precision in ecma_number_to_zt_string. Ruben Ayrapetyan 2014-10-24 19:33:16 +04:00
  • 82e8895b4c Fixing ToInt32 conversion routine. Ruben Ayrapetyan 2014-10-24 19:32:40 +04:00
  • 904be9ece6 Fixing ecma_zt_string_to_number for '-0' string. Ruben Ayrapetyan 2014-10-24 13:27:09 +04:00
  • bf9ef27e2f Removing two tests that fail because of float32 precision limitations from tests/jerry-test-suite/precommit_test_list. Ruben Ayrapetyan 2014-10-24 20:39:41 +04:00
  • 0016adf957 Revert "Removing three tests that fail because of float32 precision limitations from tests/jerry-test-suite/precommit_test_list." Ruben Ayrapetyan 2014-10-24 20:38:41 +04:00
  • ed32abb011 Removing three tests that fail because of float32 precision limitations from tests/jerry-test-suite/precommit_test_list. Ruben Ayrapetyan 2014-10-24 20:29:29 +04:00
  • e4629cca51 Improving precision of number to zt-string conversion, adding search for the shortest representation of number during the conversion. Ruben Ayrapetyan 2014-10-24 19:15:31 +04:00
  • 4f68e43b7d Adding debug.linux-float64 to pre-commit testing. Ruben Ayrapetyan 2014-10-23 20:34:58 +04:00
  • 1a6ca3108b Turning some strict comparisons in tests/jerry/math_log.js and tests/jerry/sqrt.js into range check comparisons. Ruben Ayrapetyan 2014-10-23 20:34:43 +04:00
  • 81ae0010ac Introducing float64 mod for host build targets that configures ecma-number to be float64 instead of default float32. Ruben Ayrapetyan 2014-10-23 19:27:19 +04:00
  • 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. Ruben Ayrapetyan 2014-10-23 18:41:35 +04:00
  • 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. Ruben Ayrapetyan 2014-10-23 18:32:24 +04:00
  • f163f9f5da Allocate memory for string literals and identifiers dinamically. Ilmir Usmanov 2014-10-23 17:04:07 +04:00
  • e4a7d1c8ac Introducing nostaticcheck=1 build option for disabling cppcheck and vera++ checks during the build. Ruben Ayrapetyan 2014-10-23 16:55:59 +04:00
  • 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. Ruben Ayrapetyan 2014-10-23 15:46:46 +04:00
  • 7f4a70ccb5 Improving precision of zt-string to ecma-number conversion. Ruben Ayrapetyan 2014-10-23 15:46:42 +04:00
  • 6b06cef1c8 Property getters and setters also create scope Ilmir Usmanov 2014-10-22 14:26:14 +04:00
  • ec6572d501 Add support of function expressions scopes. Uncomment tests. Ilmir Usmanov 2014-10-21 22:22:04 +04:00
  • 62a42fa087 Add fail tests. Fix parser. Ilmir Usmanov 2014-10-21 20:35:07 +04:00
  • ae048a7630 Running internal test suite during precommit testing. Ruben Ayrapetyan 2014-10-20 21:45:21 +04:00
  • 2d032a30dc Extracting ecma_number_trunc helper from ecma_op_number_remainder. Ruben Ayrapetyan 2014-10-20 20:34:19 +04:00
  • 42abd7d63a Moving ecma-number mathematical constants to src/libecmaobjects/ecma-globals.h. Ruben Ayrapetyan 2014-10-20 20:31:08 +04:00
  • 491893efb9 Fixing ecma_number_substract. Ruben Ayrapetyan 2014-10-20 20:44:58 +04:00
  • 3eed2d0d4c Renaming ecma_op_number_{add,subtract,multiply,divide} -> ecma_number_{add,subtract,multiply,divide}. Moving ecma_number_{add,subtract,multiply,divide} to src/libecmaobjects/ecma-helpers-number.c. Moving abs, sqrt, ln, exp, calculation helpers from src/libecmabuiltins/ecma-builtin-math-object.c to src/libecmaobjects/ecma-helpers-number.c. Ruben Ayrapetyan 2014-10-20 18:46:43 +04:00
  • a8ed76591a Removing tests/jerry-test-suite/15/15.03/15.03.04/15.03.04.02/15.03.04.02-002.js that depends on TypeErro built-in support from CompactProfile-compatible test list (tests/jerry-test-suite/compact_profile_list) and adding it to tests/jerry-test-suite/unsupported_list. Ruben Ayrapetyan 2014-10-20 17:21:18 +04:00
  • 1796138a27 Fixing some tests from internal test suite. Ruben Ayrapetyan 2014-10-20 17:20:33 +04:00
  • 512d816568 Fixing Number.MIN_VALUE and Number.MAX_VALUE values for CONFIG_ECMA_NUMBER_FLOAT64 mode. Ruben Ayrapetyan 2014-10-20 17:19:52 +04:00
  • 3f54dc16e0 Removing tests/jerry-test-suite/15/15.05/15.05.04/15.05.04.07/15.05.04.07-003.js that depends on String.prototype.indexOf support from CompactProfile-compatible test list (tests/jerry-test-suite/compact_profile_list) and adding it to tests/jerry-test-suite/unsupported_list. Ruben Ayrapetyan 2014-10-20 16:26:00 +04:00
  • 9c20969cfc Fixing some tests from internal test suite. Ruben Ayrapetyan 2014-10-20 16:25:26 +04:00
  • c7f1e6b007 Adding three tests that depend on Number.prototype.toString support to tests/jerry-test-suite/unsupported_list and removing them from CompactProfile compatible tests list (tests/jerry-test-suite/compact_profile_list). Ruben Ayrapetyan 2014-10-20 15:59:05 +04:00
  • b52ca8cca5 Fixing Number.prototype.toString. Ruben Ayrapetyan 2014-10-20 17:27:51 +04:00
  • 3f7fca4d39 Implement full support of strict mode in parser. Ilmir Usmanov 2014-10-20 16:54:14 +04:00
  • 8f5160d6bf Implementing ToObject for number arguments. Ruben Ayrapetyan 2014-10-20 15:39:09 +04:00
  • 1b74687989 Implementing ToObject for boolean arguments. Ruben Ayrapetyan 2014-10-20 15:26:24 +04:00
  • f666750ce7 List of internal tests suite's tests that are not excluded by Compact Profile. Ruben Ayrapetyan 2014-10-20 14:38:41 +04:00
  • ba4dca2e98 Fixing some tests from internal test suite. Ruben Ayrapetyan 2014-10-20 14:15:01 +04:00
  • 69a1cab26b Update unsupported_list: removed 'float32 precision' block and added 'other built-ins' block. Ruben Ayrapetyan 2014-10-20 13:55:49 +04:00
  • 2d5a5c37b0 Fixing number bitwise operations. Ruben Ayrapetyan 2014-10-20 13:47:21 +04:00
  • 9e890827f7 Fixing build in CONFIG_ECMA_NUMBER_FLOAT64 mode. Ruben Ayrapetyan 2014-10-20 13:46:41 +04:00
  • 6ebd96f903 Improving precision of string to number conversion in ecma_zt_string_to_number. Ruben Ayrapetyan 2014-10-20 13:46:13 +04:00
  • 8e1156bd9e Support of STM32F3 board. Ruben Ayrapetyan 2014-10-17 21:48:09 +04:00
  • 9c1428de29 Implementing instantiation of prototype property Object built-in object. Ruben Ayrapetyan 2014-10-16 21:47:25 +04:00
  • 03df80efe0 Fixing a test from internal test suite. Ruben Ayrapetyan 2014-10-16 21:46:37 +04:00
  • e54023caf2 Throwing CompactProfileError in cases required by Compact Profile. Ruben Ayrapetyan 2014-10-16 21:25:25 +04:00
  • bd7fd40a32 Fix 'function' declaration parsing Ilmir Usmanov 2014-10-16 21:12:03 +04:00
  • 99d21743b0 Fix tests from test-suite Ilmir Usmanov 2014-10-16 20:42:24 +04:00
  • b1e6656fb4 Fix property increment Ilmir Usmanov 2014-10-16 20:29:15 +04:00
  • dce3e5db59 Removing assertions about fitting of uint32_t and int32_t to ecma_number_t as they are incorrect under CONFIG_ECMA_NUMBER_FLOAT32. Ruben Ayrapetyan 2014-10-16 20:24:05 +04:00
  • 6520779f46 Initialization of [[PrimitiveValue]] properties of built-in String.prototype, Number.prototype and Boolean.prototype objects. Ruben Ayrapetyan 2014-10-16 20:17:29 +04:00
  • ed960b78db Introducing CompactProfileError built-in object. Ruben Ayrapetyan 2014-10-16 19:49:47 +04:00
  • fce52b42c5 Fixing incorrect comments in src/libecmabuiltins/ecma-builtin-boolean-object.c. Ruben Ayrapetyan 2014-10-16 19:46:07 +04:00
  • 18f442b09d Disabling output of file name, function name and line on abnormal engine termination under JERRY_NDEBUG. Ruben Ayrapetyan 2014-10-16 18:47:38 +04:00
  • 9c3c835a7e Implementing syscall invocation sequence for ARMv7 architecture. Removing dependencies to third-party libc routine implementations. Introducing __TARGET_HOST define for host (non-MCU) builds. Ruben Ayrapetyan 2014-10-16 18:36:55 +04:00
  • 90789453ba Fix 'prototype' property. Ilmir Usmanov 2014-10-16 18:07:56 +04:00
  • 2a5cbe5975 Fix tests from jerry-test-suite. Ilmir Usmanov 2014-10-16 18:03:35 +04:00
  • 2637911b3e Fix 'this_arg' Ilmir Usmanov 2014-10-16 16:05:48 +04:00
  • 16556eb830 Fix 'switch' bytecode generation. Remove __strtof. Fix opcodes pretty-printing. Ilmir Usmanov 2014-10-16 15:33:54 +04:00
  • 8a58e0b9d5 Implementation of Boolean and Boolean.prototype built-in objects. Ruben Ayrapetyan 2014-10-16 14:45:55 +04:00
  • c231893b28 Implementation of Number built-in object and partial implementation of Number.prototype built-in object. Fixing [[Prototype]] and [[Class]] properties of Array and String built-in objects. Ruben Ayrapetyan 2014-10-16 13:23:33 +04:00
  • e25f1297ff Adding a test that is not working due to insufficient float32 precision to corresponding section of tests/jerry-test-suite/unsupported_list. Ruben Ayrapetyan 2014-10-16 11:37:24 +04:00
  • b98363ce05 Adding rest tests with for-in loops to tests/jerry-test-suite/unsupported_list. Ruben Ayrapetyan 2014-10-16 11:27:22 +04:00
  • 5b242d6cc5 Fixing some tests from internal test suite. Ruben Ayrapetyan 2014-10-16 11:23:34 +04:00
  • 2eedfdc334 Fixing some tests from internal test suite. Ruben Ayrapetyan 2014-10-16 11:01:39 +04:00
  • 1de6eb8707 Fixing paths in tests/jerry-test-suite/unsupported_list. Ruben Ayrapetyan 2014-10-16 10:46:53 +04:00
  • a975e53f49 List of test with features, which are now unsupported and will not be supported before next release. Ruben Ayrapetyan 2014-10-15 21:15:33 +04:00
  • 6b733b8cd2 Fix 'continue' bytecode generation. Fix tests. Ilmir Usmanov 2014-10-15 21:03:56 +04:00
  • a66c175d98 Fixing 'delete_var' opcode handler. Ruben Ayrapetyan 2014-10-15 20:39:56 +04:00
  • b7ad84c76a Fixing a test from internal test suite. Ruben Ayrapetyan 2014-10-15 20:32:19 +04:00
  • 8088163d04 Fixing some tests in internal test suite. Ruben Ayrapetyan 2014-10-15 20:22:05 +04:00
  • e1e7752a62 Fix bytecode generation of binary expressions. Fix bytecode generation of query operator. Fix tests. Ilmir Usmanov 2014-10-15 20:08:38 +04:00
  • aaadfec530 Fixing assertion checks in 'try' opcode handler. Ruben Ayrapetyan 2014-10-15 19:40:43 +04:00
  • c7eec63e28 Fixing array instance construction routine: setting prototype to Array.prototype built-in object. Ruben Ayrapetyan 2014-10-15 19:31:30 +04:00
  • 9b178f5ab0 Implementing 'length' property of String instances. Ruben Ayrapetyan 2014-10-15 19:02:41 +04:00
  • 5d874596ec Fixing 'instanceof' opcode handler. Ruben Ayrapetyan 2014-10-15 18:46:40 +04:00
  • 9bafe2a2ae Fixing a test from internal test suite. Ruben Ayrapetyan 2014-10-15 18:44:25 +04:00
  • b7df625666 Fixing a test from internal test suite. Ruben Ayrapetyan 2014-10-15 18:12:46 +04:00
  • 11252394a5 Fixing 'delete_prop' opcode handler. Ruben Ayrapetyan 2014-10-15 18:11:39 +04:00
  • 0c9f03c313 Fixing opfunc_delete_var. Ruben Ayrapetyan 2014-10-15 18:02:29 +04:00
  • e8d728f8ce Fixing typeof for boolean arguments. Ruben Ayrapetyan 2014-10-15 18:02:10 +04:00
  • 49d990ad32 Allow some of FutureReservedWords in non-strict mode Ilmir Usmanov 2014-10-15 17:52:40 +04:00
  • 41b7ca2faa Fixing 'in' opcode handler. Ruben Ayrapetyan 2014-10-15 17:41:48 +04:00
  • 47ed774232 Fixing obj_decl opcode handler to handle property name argument as index of register variable containing a declared property's name. Ruben Ayrapetyan 2014-10-15 17:33:58 +04:00
  • 77d56c5f93 Fix function end meta in property setter and getter Ilmir Usmanov 2014-10-15 17:14:27 +04:00
  • b3f45c5c82 Fixing ecma_op_abstract_equality_compare. Ruben Ayrapetyan 2014-10-15 16:56:45 +04:00
  • f4ff85e861 Fixing test 11/11.02/11.02.02/11.02.02-008.js from internal test suite. Ruben Ayrapetyan 2014-10-15 16:52:08 +04:00
  • e5b0bb1a0d Fixing ecma_op_abstract_equality_compare. Ruben Ayrapetyan 2014-10-15 16:49:21 +04:00
  • 4e9958edb5 Fixing mistype in 12.06.02-005.js. Ruben Ayrapetyan 2014-10-15 16:42:07 +04:00
  • af5cf79d3c Use tmps as property names Ilmir Usmanov 2014-10-15 16:40:28 +04:00