aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/lit/lit-magic-strings.inc.h
AgeCommit message (Expand)Author
2021-10-20Add Atomics support (#4721)Gergo Csizi
2021-10-15Fix magic-string generation (#4751)Gergo Csizi
2021-08-31Implement function.toString operation (#4752)Zoltan Herczeg
2021-08-30Add new test for resource_name (#4737)Gergo Csizi
2021-08-10Add guards for SharedArrayBuffer (#4723)Gergo Csizi
2021-08-10Implement {Array, %TypedArray%, String}.prototype.at method (#4681)batizdaniel
2021-08-02Merge Promise Guard with ESNEXT (#4725)Tóth Béla
2021-07-23Add SharedArrayBuffer support (#4689)Gergo Csizi
2021-07-12Merge Map and Set Guards with Container (#4709)Tóth Béla
2021-04-06Remove pseudo array object type from the project (#4643)Zoltan Herczeg
2021-03-22Implement Promise.any and AggregateError Object (#4623)kisbg
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)Zoltan Herczeg
2021-03-08Implement Promise.allsettled (#4616)kisbg
2021-03-01Implement WeakRef Object (#4546)kisbg
2021-02-23Create special objects for scripts instead of functions (#4610)Zoltan Herczeg
2021-02-09Split globalThis to be configurable. (#4575)Yonggang Luo
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-18Implement Symbol.matchAll (#4082)Szilagyi Adam
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
2020-10-28Implement DataView.prototype.{set, get}Big{U}int64 methods (#4315)Csaba Osztrogonác
2020-10-22Implement ES11 globalThis (#4306)Zoltan Herczeg
2020-08-28Implement String.prototype.replaceAll (#4088)Szilagyi Adam
2020-08-25Implement TrimStart TrimEnd and aliases (#4102)Tóth Béla
2020-08-24Implement BigInt64 and BigUint64 typedArrays (#4151)Szilagyi Adam
2020-08-12Implement Array.flat and Array.flatMap (#3925)kisbg
2020-08-07Implement Object.prototype.fromEntries (#4065)kisbg
2020-08-04Implement Object.prototype.{__lookupGetter__, __lookupSetter__} (#4039)Szilagyi Adam
2020-07-30Implement Object.prototype.{__defineGetter__, __defineSetter__} (#4032)Szilagyi Adam
2020-07-30Implement BigInt primitve type and some of its operations (#4062)Zoltan Herczeg
2020-07-27Implement %TypedArray%.prototype.includes (#4025)Szilagyi Adam
2020-07-24Added RegExp dotAll flag (#4000)kisbg
2020-07-24Fix values of properties that reference intrinsic function objects (#4024)Dániel Bátyai
2020-07-24Implement Promise.prototype.onFinally (#3987)Szilagyi Adam
2020-07-24Implement String.padStart and String.padEnd (#3999)Tóth Béla
2020-07-20Implement Symbol.prototype.description (#3995)Szilagyi Adam
2020-07-20Fix sticky flag handling in @@replace (#4005)Dániel Bátyai
2020-07-15Implement Array.prototype.includes (#3991)Szilagyi Adam
2020-07-03Implement missing async function and async iterator prototypes. (#3962)Zoltan Herczeg
2020-07-02Update Promise.race and Promise.all to ES11 (#3954)Szilagyi Adam
2020-06-30JERRY_BUILTIN_xxx macros should depend on JERRY_ESNEXT (#3920)Csaba Osztrogonác
2020-06-26Simplify resource name handling (#3929)Dániel Bátyai
2020-06-25Implement yield* operator (#3923)Zoltan Herczeg
2020-06-25Implement Object.getOwnPropertyDescriptors built-in method (#3921)Roland Takacs
2020-06-22Implement async generators (#3916)Zoltan Herczeg
2020-06-18Make the Set.prototype values, keys and [@@iterator] methods to be one intrin...Szilagyi Adam
2020-06-18Use stringbuilder in ecma_builtin_helper_object_to_string (#3807)Szilagyi Adam
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-28Implement function name support for script functions and classes (#3745)Robert Fancsik
2020-04-14Implement Proxy object [[OwnPropertyKeys]] internal method (#3639)Szilagyi Adam