aboutsummaryrefslogtreecommitdiff
path: root/jerry-core
AgeCommit message (Expand)Author
2021-03-03Implement jerry_get_own_property API function (#4612)Zoltan Herczeg
2021-03-03Add more skip check options for Proxy objects (#4614)Zoltan Herczeg
2021-03-01Implement WeakRef Object (#4546)kisbg
2021-02-25Default handlers should count as resolvers (#4611)Zoltan Herczeg
2021-02-24Add filters and more events to Promise callback. (#4605)Zoltan Herczeg
2021-02-24Improve ecma_reject to give more detailed error messages (#4565)Robert Fancsik
2021-02-24Reduce memory consumption of Promise objects (#4607)Zoltan Herczeg
2021-02-24Add new.target argument to Promise create (#4606)Zoltan Herczeg
2021-02-23Create special objects for scripts instead of functions (#4610)Zoltan Herczeg
2021-02-23Move push literal number opcodes to basic opcodes (#4609)Robert Fancsik
2021-02-22Optimize the copying/freeing of ecma values (#4602)Dániel Bátyai
2021-02-18Add notification callback for Promise operations (#4595)Zoltan Herczeg
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2021-02-17Improve date internals (#4593)Robert Fancsik
2021-02-17Implement BigInt.prototype.toLocaleString (#4355)Virag Orkenyi
2021-02-16Optimize bit operation in vm.c (#4591)Yonggang Luo
2021-02-16Update jerry debugger test-runner (#4597)kisbg
2021-02-11Use C99 flexible array member notation in parser memory struct (#4592)Péter Gál
2021-02-11Fix failing Date tests in test262-esnext (#4561)Peter Marki
2021-02-09Split globalThis to be configurable. (#4575)Yonggang Luo
2021-02-09Add implementation specific date parsing (#4576)Zoltan Herczeg
2021-02-09Fix null getters/setters in jerry_property_descriptor_from_ecma (#4573)Zoltan Herczeg
2021-02-09Fix template memory leak when debugger is running (#4572)Zoltan Herczeg
2021-02-09Add space between JERRY_ATTR_PURE and type (#4583)Yonggang Luo
2021-02-09Move static before inline. (#4582)Yonggang Luo
2021-02-08Add cross-realm support to RegExp.prototype (#4567)kisbg
2021-02-08Fix "Invalid prefix operation" errors (#4577)Tóth Béla
2021-02-05Fix deleting native pointers (#4570)Zoltan Herczeg
2021-02-05Fix incorrect assert expression in lexer_check_property_modifier (#4569)Péter Gál
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-02-04Introduce generic backtrace capturing (#4555)Zoltan Herczeg
2021-02-04Fix cleanup in VM_OC_INITIALIZER_PUSH_PROP on abrupt completion (#4564)Robert Fancsik
2021-02-04Add non-standard behaviour support for Proxies (#4562)Zoltan Herczeg
2021-02-04Add newtarget support AsyncFunction (#4560)kisbg
2021-02-04Improve destructuring patterns (#4527)Robert Fancsik
2021-02-04Fix lexical declaration check for let variables (#4529)Robert Fancsik
2021-02-04Fix literal index decoding for CBC_MOV_IDENT (#4539)Robert Fancsik
2021-02-04Ensure that [[Set]] operation does not reject for TypedArray objects (#4558)Robert Fancsik
2021-02-03Ensure that fast arrays length property is always writable (#4559)Robert Fancsik
2021-02-03Ensure that fast array objects are always extensible (#4557)Robert Fancsik
2021-02-02Fix failing AsyncFunction tests in test262-esnext (#4545)Peter Marki
2021-02-01Minor fix in create ArrayBuffer object (#4556)kisbg
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-26Stop after the first matching property in the prototype chain (#4543)Zoltan Herczeg
2021-01-26Date.prototype.setTime should return with clipped date (#4520)kisbg
2021-01-25Fix the number_tobigint conversion problem (#4519)Virag Orkenyi
2021-01-22Update profile README file (#4523)v2.4.0Péter Gál
2021-01-22Set the correct realm when global code is running (#4522)Zoltan Herczeg
2021-01-19Rework export default parsing (#4505)Robert Fancsik