aboutsummaryrefslogtreecommitdiff
path: root/tests
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-26Add size checks before using JERRY_VLA in unittests (#4601)Péter Gál
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-23Create special objects for scripts instead of functions (#4610)Zoltan Herczeg
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-11Fix failing Date tests in test262-esnext (#4561)Peter Marki
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-08Add cross-realm support to RegExp.prototype (#4567)kisbg
2021-02-05Fix deleting native pointers (#4570)Zoltan Herczeg
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-02-04Add --build-debug options for run-tests.py script. (#4456)Yonggang Luo
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-04Add unittest to check realm object and realm this types (#4548)Péter Gál
2021-02-04Add missing tests for realm object type via jerry_object_get_type (#4552)Péter Gál
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-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-23Fix Clang compilation error when comparing double with int64_t (#4531)Yonggang Luo
2021-01-22Fix test262 harness to handle async negative tests properly (#4526)Csaba Osztrogonác
2021-01-22Set the correct realm when global code is running (#4522)Zoltan Herczeg
2021-01-19Rework export default parsing (#4505)Robert Fancsik
2021-01-19Invalid regexp literals should throw syntax error in ES11 (#4506)Robert Fancsik
2021-01-18Add expm1 test case to cover the k==1024 case (#4508)Yonggang Luo
2021-01-18Update the name handling of anonymous functions to ES11 (#4279)Dániel Bátyai
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-18Get isfinite, isinf, and isnan right in jerry-math (#4497)Akos Kiss
2021-01-18Remove template array flag from arrays after the collection is freed (#4500)Robert Fancsik