Commit Graph

  • 1886d54474 Update unicode ranges to the latest version of Unicode Standard (version 9.0.0) (#1714) Robert Sipka 2017-04-06 10:07:17 +02:00
  • 5d950ccb05 Remove unused functions (#1710) Zsolt Borbély 2017-04-04 10:49:47 +02:00
  • db22169293 Fix wrong condition in vm.c (#1708) Zsolt Borbély 2017-04-03 15:21:34 +02:00
  • 1aec439869 Mark target_function of bound objects. (#1707) Zoltan Herczeg 2017-04-03 13:05:29 +02:00
  • a5b90ed858 Add minor features to debugger html client (#1705) Levente Orban 2017-04-03 12:36:48 +02:00
  • 5f24620c8a Fix helper function for rounding numbers (#1702) Robert Sipka 2017-04-03 08:44:46 +02:00
  • f0a7e2456a Add coverity scan (#1700) Robert Sipka 2017-04-03 08:44:30 +02:00
  • efa7975ce9 Fix pylint warning in debugger python client (#1704) Levente Orban 2017-03-31 10:48:40 +02:00
  • 5525f5241d Bug fix for the debugger python client 'quit' command (#1703) Levente Orban 2017-03-31 08:34:40 +02:00
  • 750e0ca9d5 Fix several style fixes for typed arrays and optimize filter a bit. (#1697) Zoltan Herczeg 2017-03-30 16:06:11 +02:00
  • 41c63e08b1 Combine ARRAYBUFFER and TYPEDARRAY macros together (#1699) Zidong Jiang 2017-03-30 21:22:22 +08:00
  • 3ff9a7de8a Fix the number of copied bytes in memmove (#1698) Robert Sipka 2017-03-30 10:40:05 +02:00
  • 394e265312 Update the webpage (#1696) Zsolt Borbély 2017-03-30 10:38:03 +02:00
  • 20466a7637 Add missing test for debugger (#1692) Levente Orban 2017-03-30 10:29:32 +02:00
  • 343bac56b2 Add C-API for the debugger. (#1688) Zoltan Herczeg 2017-03-29 12:46:07 +02:00
  • 2d9484a968 Don't do duplicate builds during test runs (#1691) Akos Kiss 2017-03-28 15:48:09 +02:00
  • 16d5d6f79d Add a simple Job queue in default port. (#1685) Zidong Jiang 2017-03-28 21:15:01 +08:00
  • 21cec3eb16 Add Stop at exception feature to the debugger (#1693) Levente Orban 2017-03-28 12:51:10 +02:00
  • da07252c45 Sort minimal profile (#1689) Akos Kiss 2017-03-27 11:01:05 +02:00
  • faa9655981 Add asserts to avoid the access of cbc_flags and cbc_ext_flags arrays outside of their bounds (#1686) Robert Sipka 2017-03-24 11:30:41 +01:00
  • c09ba8cdb3 Rename 'CONFIG_DISABLE_ARRAYBUFFER_BUILTIN' to 'CONFIG_DISABLE_ES2015_ARRAYBUFFER_BUILTIN' (#1687) Levente Orban 2017-03-24 11:30:23 +01:00
  • 8571ebfae5 Implement %TypedArray%.from and fix the issue #1670 (#1679) Zidong Jiang 2017-03-24 17:37:22 +08:00
  • 7b0be3cae9 Update the webpage (#1682) Zsolt Borbély 2017-03-24 10:36:24 +01:00
  • f50193111b Rename 'CONFIG_DISABLE_TYPEDARRAY_BUILTIN' to 'CONFIG_DISABLE_ES2015_TYPEDARRAY_BUILTIN' (#1683) Levente Orban 2017-03-24 08:06:03 +01:00
  • 0807c97cbb Eliminate duplicated statements in re-parser.c (#1680) Robert Sipka 2017-03-23 16:20:32 +01:00
  • 013430aafb Fix minor inconsistencies in the API documentation (#1663) Péter Gál 2017-03-23 15:50:24 +01:00
  • 4a5df52aa1 Factor out common macro un/definitions used for built-in descriptions (#1678) Akos Kiss 2017-03-23 09:36:29 +01:00
  • 852a6aef53 Minor fixes around the debugger (#1677) Zsolt Borbély 2017-03-23 01:08:06 +01:00
  • fa5d5febcc Fix several pylint warnings. (#1659) László Langó 2017-03-22 15:37:55 +01:00
  • 78e4dcf6c2 Build fix for 32-bit float ecma-number storage (#1669) Robert Sipka 2017-03-22 14:18:43 +01:00
  • 6ddf00a9fa Fix comments of ecma_lexical_environment_type_t (#1676) Akos Kiss 2017-03-22 11:36:44 +01:00
  • 20a21a1faf Unify timeout mechanism in test runners and ensure that they work on OSX (#1672) Akos Kiss 2017-03-22 10:51:37 +01:00
  • 7e1ade3406 Remove logically dead code (#1674) Robert Sipka 2017-03-22 10:17:12 +01:00
  • 4420401cf5 Style fix: return value comments (#1668) Levente Orban 2017-03-21 10:24:54 +01:00
  • e66bb5591d Implement Object.setPrototypeOf from ES2015 specification (#1666) Akos Kiss 2017-03-21 10:11:07 +01:00
  • 868ba92e02 Add more tests for the remote debugger (#1667) Levente Orban 2017-03-20 12:38:04 +01:00
  • dd7e20c85d The mbed ports used wrong time computations for the (#1642) Gabor Loki 2017-03-17 08:35:14 +01:00
  • 23ac60915f Modify the snapshot API functions to expect a 32-bit aligned buffer pointer (#1655) Robert Sipka 2017-03-17 01:01:59 +01:00
  • 05bb5d7890 Improve the debugger python client messages (#1654) Levente Orban 2017-03-17 01:01:10 +01:00
  • edadc53def Fix Date objects' YearFromTime helper for out-of-range time values (#1658) Akos Kiss 2017-03-16 17:03:42 +01:00
  • d77d4ae1c6 Refactor the generator scripts for unicode tables (#1623) Robert Sipka 2017-03-16 09:32:18 +01:00
  • 818c9cd0b0 Fix issue #742 (#1650) Robert Sipka 2017-03-16 08:59:48 +01:00
  • 202a88bbeb Temporarily disable a few test262 tests in automatic testing. (#1662) László Langó 2017-03-14 15:26:56 +01:00
  • 1b4426fd2a Check whether match result has error flag. (#1653) Zoltan Herczeg 2017-03-14 10:01:22 +01:00
  • ed32ba148c Fix the example code of 'jerry_define_own_property' function (#1656) Gabor Loki 2017-03-13 15:52:06 +01:00
  • 679500b327 Improve breakpoint generator of the debugger. (#1652) Zoltan Herczeg 2017-03-13 11:36:34 +01:00
  • 57ea06782b Fix several pylint warnings. (#1644) László Langó 2017-03-13 11:18:49 +01:00
  • b140158104 Fix various number parsing issues. (#1648) Zoltan Herczeg 2017-03-09 15:03:46 +01:00
  • f8dd54abb6 Fix old-style function definitions and enable warning. (#1651) Tilmann Scheller 2017-03-09 13:41:26 +01:00
  • a2a160d6f9 Improve error messages (#1577) Yanhui Shen 2017-03-08 17:58:25 +08:00
  • 319702cdd2 Support internal properties in GC mark. (#1646) Zoltan Herczeg 2017-03-07 14:14:05 +01:00
  • a20b9dfa19 Introducing debugger modes (run, breakpoint). (#1645) Zoltan Herczeg 2017-03-07 11:58:46 +01:00
  • c6f22a9683 Make sure the size arg of alloc will not overflow (#1618) Zidong Jiang 2017-03-07 07:37:19 +08:00
  • 71e1383d13 Check if propery is not found before delete it. (#1637) Zidong Jiang 2017-03-06 21:08:30 +08:00
  • 8a86c579e6 Refactor the debugger multiple command usages (#1643) Levente Orban 2017-03-06 12:41:22 +01:00
  • b13f78f19e Check options in ecma_op_object_get_own_property for typedarray. (#1627) Zidong Jiang 2017-03-06 19:07:02 +08:00
  • b5a91069fd Fix multiple debugger issues. (#1640) Zoltan Herczeg 2017-03-06 11:13:25 +01:00
  • b996841a65 Add feature commands for debugger python script (#1604) Levente Orban 2017-03-06 11:08:30 +01:00
  • 6254748081 Require JERRY_JS_PARSER macro to be defined (#1639) Robert Sipka 2017-03-06 09:53:09 +01:00
  • ca2b057356 Call property should handle ECMA_SIMPLE_VALUE_REGISTER_REF. (#1631) Zoltan Herczeg 2017-03-03 12:23:18 +01:00
  • f780f2b8dc Allow to skip certain JS-tests under tests/jerry/ and tests/jerry-test-suite/ (#1632) Zsolt Borbély 2017-03-02 15:58:23 +01:00
  • 92f74f3cf5 Fix pylint install on Travis CI (#1608) László Langó 2017-03-02 10:36:21 +01:00
  • 918a50c66b Fix typos in parser error messages. (#1629) Renáta Hodován 2017-03-02 08:47:54 +01:00
  • e993ee6cdc Add delete all breakpoints feature to debugger (javascript) (#1628) Levente Orban 2017-02-28 10:51:48 +01:00
  • b8ccdee4db Numbers found in the literal table also has LEXER_LITERAL_OBJECT_ANY type. (#1626) Zoltan Herczeg 2017-02-28 10:41:41 +01:00
  • 6efe39c83c Add source code support to the debugger. (#1614) Zoltan Herczeg 2017-02-28 09:25:26 +01:00
  • c6a7765690 Merge OSX-jobs on Travis (#1625) Zsolt Borbély 2017-02-27 16:29:57 +01:00
  • 3de72af712 NaN must not be passed to date getter functions. (#1620) Zoltan Herczeg 2017-02-27 11:19:29 +01:00
  • df4064c18e Implement ecma_object_get_class_name for all ES2015 builtin object (#1617) Zidong Jiang 2017-02-27 16:12:31 +08:00
  • f1d43784f5 No other objects should be allocated before a typedarray is fully (#1619) Zidong Jiang 2017-02-25 09:23:44 +08:00
  • 21340e6b02 Rework address setup in WebSocket Debugger Client (#1612) Robert Sipka 2017-02-24 13:45:33 +01:00
  • 62a581fbb8 Fix typo in vm_decode_branch_offset. (#1611) Zoltan Herczeg 2017-02-22 14:38:52 +01:00
  • 8245cdef2f Stack data should be freed after the for statement is fully parsed. (#1609) Zoltan Herczeg 2017-02-22 14:38:32 +01:00
  • 2d93a24a14 Bugfix for JerryScript HTML (WebSocket) Debugger Client connection (#1610) Robert Sipka 2017-02-22 12:36:44 +01:00
  • 993f1ce896 Set available features from nuttx menuconfig (nuttx-stm32f4 target). (#1607) Robert Sipka 2017-02-22 12:36:31 +01:00
  • 39dc4a6273 Remove shadowed declarations, undefined identifiers, and specify argument types where it is required. (#1601) Robert Sipka 2017-02-22 10:34:44 +01:00
  • 5ef305dfee Avoid using global statement (#1606) László Langó 2017-02-22 09:12:57 +01:00
  • 54544163a9 Completely remove internal property support. (#1603) Zoltan Herczeg 2017-02-22 02:39:48 +01:00
  • cc0f69613a Add debugger connection port setting to build script (#1599) Levente Orban 2017-02-21 15:39:22 +01:00
  • 9043ec620d Add debugger support on nuttx-smt32f4 target (#1591) Robert Sipka 2017-02-21 15:22:48 +01:00
  • 92eaea2a8e Add pylint checker to the project (#1602) László Langó 2017-02-21 12:40:33 +01:00
  • 00e3de230f Introduce debugger status flags to control the operation of the debugger. (#1596) Zoltan Herczeg 2017-02-21 11:57:04 +01:00
  • 33138c09f5 Rework address setup (#1589) Levente Orban 2017-02-20 09:12:49 +01:00
  • 55993b0afa Fix wrong condition in header.html (#1594) Zsolt Borbély 2017-02-17 15:58:30 +01:00
  • be085d866d Update the webpage (#1593) Zsolt Borbély 2017-02-17 15:05:07 +01:00
  • b02ef67cd2 Add eval support for JerryScript debugger (#1588) Zoltan Herczeg 2017-02-17 14:31:56 +01:00
  • 6739463c1e Fix the missing inline specifier if compiling with -fPIC (#1590) Gabor Loki 2017-02-17 12:41:01 +01:00
  • 4727202c8e Add typedarray routine:reverse (#1585) Zidong Jiang 2017-02-17 01:32:13 +08:00
  • 188dc46fe0 Rewrite the generator script of unicode ranges. (#1583) Robert Sipka 2017-02-16 18:31:30 +01:00
  • 799726aa42 Add new input validator API functions (#1576) László Langó 2017-02-16 18:31:04 +01:00
  • 93eb35081f Add Debugger documentation to webpage-generator script (#1587) Zsolt Borbély 2017-02-16 17:39:19 +01:00
  • 68afd14f7c Add --start_debug_server cmdline argument to nuttx-stm32f4 target (#1586) Robert Sipka 2017-02-16 14:19:51 +01:00
  • fdd31f20b5 Add print_help function to nuttx-stm32f4 target (#1584) Robert Sipka 2017-02-16 12:49:49 +01:00
  • 75d8226af3 Add jerryscript.h and mark jerry-api.h as deprecated (#1579) Péter Gál 2017-02-16 08:46:08 +01:00
  • 64a340ffeb typedarray routine: filter (#1581) Zidong Jiang 2017-02-16 02:20:15 +08:00
  • e09cdffc66 Add address- and undefined behavior sanitizer to Travis CI (#1580) Zsolt Borbély 2017-02-15 19:19:42 +01:00
  • 1b5f839db9 Improve toLowerCase and toUpperCase functions. (#1575) Robert Sipka 2017-02-15 15:57:55 +01:00
  • 025a99ccbb Initial version of JerryScript debugger (#1557) Levente Orban 2017-02-14 15:03:01 +01:00
  • 453066fcf1 Regexp exec should not use the empty magic string. (#1582) Zoltan Herczeg 2017-02-14 14:18:46 +01:00
  • 66683e5d4b The main-unix utility should free the return value to avoid leaks. (#1578) Zoltan Herczeg 2017-02-14 10:09:51 +01:00