aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/profiles
AgeCommit message (Expand)Author
2017-04-07Remove duplicated profile-check from build.py (#1718)Zsolt Borbély
2017-03-30Combine ARRAYBUFFER and TYPEDARRAY macros together (#1699)Zidong Jiang
2017-03-28Add a simple Job queue in default port. (#1685)Zidong Jiang
2017-03-27Sort minimal profile (#1689)Akos Kiss
2017-03-24Rename 'CONFIG_DISABLE_ARRAYBUFFER_BUILTIN' to 'CONFIG_DISABLE_ES2015_ARRAYBU...Levente Orban
2017-03-24Rename 'CONFIG_DISABLE_TYPEDARRAY_BUILTIN' to 'CONFIG_DISABLE_ES2015_TYPEDARR...Levente Orban
2017-03-21Implement `Object.setPrototypeOf` from ES2015 specification (#1666)Akos Kiss
2017-02-15Improve `toLowerCase` and `toUpperCase` functions. (#1575)Robert Sipka
2017-01-13[ES2015 profile]add TypedArray intrinsic object (#1507)Zidong Jiang
2017-01-02Modify the profile option to specify external compile definitions. (#1497)Robert Sipka