aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-global.inc.h
AgeCommit message (Expand)Author
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-05-03Remove the built-in print and the jerry_port_console port API functions (#1749)Akos Kiss
2017-04-12Implement the basic Promise (#1695)Zidong Jiang
2017-03-30Combine ARRAYBUFFER and TYPEDARRAY macros together (#1699)Zidong Jiang
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-23Factor out common macro un/definitions used for built-in descriptions (#1678)Akos Kiss
2017-01-24[ES2015][TypedArray] add other 8 types (#1532)Zidong Jiang
2017-01-17Remove 'OBJECT_ID' from builtin headers. (#1529)László Langó
2017-01-13[ES2015 profile]add TypedArray intrinsic object (#1507)Zidong Jiang
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-11-29Replace `//` double slash comments with `/* */`. (#1461)Robert Sipka
2016-08-05Remove compact profile.Robert Sipka
2016-06-16Improve builtin-property construction.Zoltan Herczeg
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2015-11-11Global object unescape routineSzilard Ledan
2015-08-26Global object escape routine.Zoltan Herczeg
2015-07-31Remove 'print' instrinsic, add 'print' implementation-defined built-in routin...Ruben Ayrapetyan
2015-07-07Implement JSON built-in objectZoltan Herczeg
2015-06-29Move char type definitions and magic string processing functions to literal c...Andrey Shitov
2015-06-26Add RegExp object constructor, regular expression matching procedures, RegExp...László Langó
2015-06-23Remove support of plug-in mechanism.Evgeny Gavrin
2015-06-16Init commit for Date object.László Langó
2015-02-25Extension description syntax; extension instantiation, field values and calls...Ruben Ayrapetyan
2015-02-17Renaming core -> jerry-core.Ruben Ayrapetyan