aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-globals.h
AgeCommit message (Expand)Author
2021-02-09Split globalThis to be configurable. (#4575)Yonggang Luo
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-02-04Add non-standard behaviour support for Proxies (#4562)Zoltan Herczeg
2021-01-29Increase the maximum reference count of objects when cpointer 32 is enabled (...Zoltan Herczeg
2021-01-28Remove full stop after error messages (#4524)Zoltan Herczeg
2021-01-18Implement Symbol.matchAll (#4082)Szilagyi Adam
2021-01-18Optimize lexenv binding creation (#4502)Robert Fancsik
2021-01-18Add a callback which is called when Error objects are created (#4465)Zoltan Herczeg
2021-01-18Rework module parsing and execution (#4462)Dániel Bátyai
2021-01-12Unify internal property creation (#4373)Zoltan Herczeg
2021-01-07Don't use property list pointer to store Proxy flags (#4415)Péter Gál
2020-12-09Continue working on realms (#4356)Zoltan Herczeg
2020-12-08Implement realm object and support realms for built-ins and JS functions (#4354)Zoltan Herczeg
2020-12-04Template literal arrays should not be marked. (#4352)Zoltan Herczeg
2020-12-01Rework built-in processing of JerryScript (#4347)Zoltan Herczeg
2020-11-17Correctly handle the Proxy IsCallable and IsConstructor information (#4264)Péter Gál
2020-10-22Implement ES11 globalThis (#4306)Zoltan Herczeg
2020-10-12Implement environment record for class constructors (#4207)Zoltan Herczeg
2020-10-09Revise the API ArrayBuffer related operations (#4284)Robert Fancsik
2020-10-06Builtin objects symbol properties should be lazy listed (#4271)Robert Fancsik
2020-09-28Improve arguments object (#4145)Robert Fancsik
2020-09-17Improve support for built-in native handlers (#4184)Dániel Bátyai
2020-09-17Initial implementation of class fields (#4191)Zoltan Herczeg
2020-08-24Implement BigInt64 and BigUint64 typedArrays (#4151)Szilagyi Adam
2020-08-06Change BigInt zero representation to a constant (#4109)Zoltan Herczeg
2020-08-04Implement BigInt literal parsing in the parser. (#4089)Zoltan Herczeg
2020-07-30Implement BigInt primitve type and some of its operations (#4062)Zoltan Herczeg
2020-07-29Update ToLength operation to conform ES6 spec (#4007)Robert Fancsik
2020-07-28Rework ascii string to use less memory. (#4030)Zoltan Herczeg
2020-07-28BoundFunctions [[Length]] property should be ecma_number_t (#4072)Robert Fancsik
2020-07-27Rework Object's [[OwnPropertyKeys]] (#4001)Szilagyi Adam
2020-07-24Fix values of properties that reference intrinsic function objects (#4024)Dániel Bátyai
2020-07-22Implement external strings. (#4028)Zoltan Herczeg
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-07-14Implement Object.{entries, values} built-in methods (#3993)Roland Takacs
2020-07-10Rework promise internal structures (#3985)Robert Fancsik
2020-07-03Fix property redefinition (#3970)Robert Fancsik
2020-07-01Implement AsyncIteratorClose for for-await-of statement. (#3955)Zoltan Herczeg
2020-06-30Implement for-await-of statement. (#3946)Zoltan Herczeg
2020-06-25Implement yield* operator (#3923)Zoltan Herczeg
2020-06-22Implement async generators (#3916)Zoltan Herczeg
2020-06-15Create extend byte code flags with function types. (#3802)Zoltan Herczeg
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-06-08Implement eval support for functions with arguments lexical env. (#3806)Zoltan Herczeg
2020-05-29Add support for builtin/builtin routine 'name' property (#3810)Robert Fancsik
2020-05-25Handle properties of builtin routine separately from builtin objects (#3694)Hyukwoo Park
2020-05-22Fix vera++ rule to find expressions without space after parentheses (#3776)Rafal Walczyna
2020-04-21Fix incorrect assertion in parser_parse_for_statement_start (#3679)Robert Fancsik
2020-04-06Fix the types of builtin prototype objects (#3663)Dániel Bátyai
2020-04-04Fix attributes of length property for bound function (#3659)Hyukwoo Park