aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma
AgeCommit message (Expand)Author
2017-04-28[native pointer] Check if freecb is NULL before calling it (#1789)Zidong Jiang
2017-04-26Implement other routines of Promise (#1729)Zidong Jiang
2017-04-26Aftermath of PRs #1505 and #1755 (#1771)Akos Kiss
2017-04-26Remove `jerry-internal.h` (#1782)Akos Kiss
2017-04-24Fix maybe-uninitialized warning in ecma-objects.c (#1773)Sanggyu Lee
2017-04-22Rename `jerry-port.h` to `jerryscript-port.h` (#1762)Akos Kiss
2017-04-22Add the class name of promise.prototype (#1766)Zidong Jiang
2017-04-21Generate lit-magic-strings.inc.h (#1690)Akos Kiss
2017-04-18Ensure that const and pure function attributes are used properly (#1739)Akos Kiss
2017-04-13Fix a few issues which can lead to undefined-behaviour (#1730)Zsolt Borbély
2017-04-12Implement the basic Promise (#1695)Zidong Jiang
2017-04-12Small improvements for `type` property support. (#1724)Zoltan Herczeg
2017-04-10Add 'type' argument to set/get native handle API (#1711)Zidong Jiang
2017-04-07Refactoring several array buffer and typed array functions. (#1715)Zoltan Herczeg
2017-04-04Remove unused functions (#1710)Zsolt Borbély
2017-04-03Mark target_function of bound objects. (#1707)Zoltan Herczeg
2017-04-03Fix helper function for rounding numbers (#1702)Robert Sipka
2017-03-30Fix several style fixes for typed arrays and optimize filter a bit. (#1697)Zoltan Herczeg
2017-03-30Combine ARRAYBUFFER and TYPEDARRAY macros together (#1699)Zidong Jiang
2017-03-30Fix the number of copied bytes in memmove (#1698)Robert Sipka
2017-03-28Add a simple Job queue in default port. (#1685)Zidong Jiang
2017-03-24Rename 'CONFIG_DISABLE_ARRAYBUFFER_BUILTIN' to 'CONFIG_DISABLE_ES2015_ARRAYBU...Levente Orban
2017-03-24Implement %TypedArray%.from and fix the issue #1670 (#1679)Zidong Jiang
2017-03-24Rename 'CONFIG_DISABLE_TYPEDARRAY_BUILTIN' to 'CONFIG_DISABLE_ES2015_TYPEDARR...Levente Orban
2017-03-23Factor out common macro un/definitions used for built-in descriptions (#1678)Akos Kiss
2017-03-22Build fix for 32-bit float ecma-number storage (#1669)Robert Sipka
2017-03-22Fix comments of `ecma_lexical_environment_type_t` (#1676)Akos Kiss
2017-03-22Remove logically dead code (#1674)Robert Sipka
2017-03-21Style fix: return value comments (#1668)Levente Orban
2017-03-21Implement `Object.setPrototypeOf` from ES2015 specification (#1666)Akos Kiss
2017-03-17Modify the snapshot API functions to expect a 32-bit aligned buffer pointer (...Robert Sipka
2017-03-16Fix Date objects' YearFromTime helper for out-of-range time values (#1658)Akos Kiss
2017-03-16Fix issue #742 (#1650)Robert Sipka
2017-03-14Temporarily disable a few test262 tests in automatic testing. (#1662)László Langó
2017-03-14Check whether match result has error flag. (#1653)Zoltan Herczeg
2017-03-09Fix various number parsing issues. (#1648)Zoltan Herczeg
2017-03-08Improve error messages (#1577)Yanhui Shen
2017-03-07Support internal properties in GC mark. (#1646)Zoltan Herczeg
2017-03-07Make sure the size arg of alloc will not overflow (#1618)Zidong Jiang
2017-03-06Check if propery is not found before delete it. (#1637)Zidong Jiang
2017-03-06Check options in ecma_op_object_get_own_property for typedarray. (#1627)Zidong Jiang
2017-03-06Fix multiple debugger issues. (#1640)Zoltan Herczeg
2017-03-06Require JERRY_JS_PARSER macro to be defined (#1639)Robert Sipka
2017-02-27NaN must not be passed to date getter functions. (#1620)Zoltan Herczeg
2017-02-27Implement ecma_object_get_class_name for all ES2015 builtin object (#1617)Zidong Jiang
2017-02-25No other objects should be allocated before a typedarray is fully (#1619)Zidong Jiang
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2017-02-22Completely remove internal property support. (#1603)Zoltan Herczeg
2017-02-21Introduce debugger status flags to control the operation of the debugger. (#1...Zoltan Herczeg
2017-02-17Fix the missing inline specifier if compiling with -fPIC (#1590)Gabor Loki