aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-06Rework the public API (#4829)Dániel Bátyai
2021-12-03Improve float number handling and conversion (#4820)Dániel Bátyai
2021-12-02Update Zephyr target to 2.7.0 (#4838)Roland Takacs
2021-11-30Implement logical assignment operators (#4834)Robert Fancsik
2021-11-26Implement ECMAScript 2022 private class methods and fields (#4831)Szilagyi Adam
2021-11-26Generate parser error messages (#4836)Csaba Repasi
2021-11-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-24Fix numeric literal with leading decimal point in accessor property name (#4832)batizdaniel
2021-11-23Update NuttX target to releases/10.2 (#4822)Roland Takacs
2021-11-23Update RIOT target to 2021.10 (#4826)Roland Takacs
2021-11-23Restore esp-idf port (#4828)Jacques Germishuys
2021-11-23Fix JERRY_VLA macro on Windows (#4827)Csaba Osztrogonác
2021-11-23Fix function name evaluation order (#4830)batizdaniel
2021-11-09Generator declaration is not allowed in single statement position (#4815)Robert Sipka
2021-11-05Fix goto labels indentation (#4818)Robert Fancsik
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-04Optimize ecma_op_function_call (#4817)Robert Fancsik
2021-11-02Minor fix in for-of statement parsing (#4814)Robert Sipka
2021-11-02Fix typos in the documentation and related files (#4809)Zsolt Borbély
2021-11-02Optimize typed array access (#4806)Zoltan Herczeg
2021-11-02Allocate buffers when the buffer pointer is requested (#4812)Zoltan Herczeg
2021-11-02Fix for-in collection cleanup on abrupt 'has' result (#4807)Robert Fancsik
2021-11-02Fix parsing unterminated let statement (#4808)Robert Fancsik
2021-10-29Assignment Expression is not allowed in for of head's expression position (#4...Robert Sipka
2021-10-28Test262 runner shouldn't change newline characters (#4805)Csaba Osztrogonác
2021-10-28Add allocate/free callbacks to ArrayBuffers (#4801)Zoltan Herczeg
2021-10-28Implement CreateAsyncFromSyncIterator (#4802)Robert Fancsik
2021-10-27Fine-tune test262-esnext jobs on the CI (#4566)Csaba Osztrogonác
2021-10-27Remove block result (#4799)Robert Fancsik
2021-10-27Declaration in the head of a for-of loop can't have an initializer (#4804)Robert Sipka
2021-10-26Fix jerry_value_is_{true,false} documentation (#4803)Péter Gál
2021-10-26Test262 exludelist fix after #4721 (#4800)Csaba Osztrogonác
2021-10-21Add missing "jerryscript.h" include to esp-idf target (#4759)ChrisPei
2021-10-20Add Atomics support (#4721)Gergo Csizi
2021-10-20Optimize lit_is_valid_utf8_string (#4762)Gergo Csizi
2021-10-20Force value conversion in case of TypedArray filter method (#4794)Péter Gál
2021-10-20Correctly convert data in case of TypedArray slice (#4796)Péter Gál
2021-10-20Avoid buffer-overflow in Array.slice when using fast arrays (#4797)Péter Gál
2021-10-15Implement eval check for ECMAScript code (#4788)Zoltan Herczeg
2021-10-15Fix magic-string generation (#4751)Gergo Csizi
2021-10-11Split main promise event filter into multiple filters (#4792)Zoltan Herczeg
2021-10-11Add notes to jerry_create_undefined, jerry_create_null and jerry_create_boole...Mate Dabis
2021-10-07Implement vm throw capture status management for API errors (#4783)Zoltan Herczeg
2021-10-07Reorder list of function built-in properties (#4791)Zoltan Herczeg
2021-10-06Support getting script object in the backtrace callback. (#4789)Zoltan Herczeg
2021-10-01Date.prototype.setTime should invalidate local TZA cache (#4786)Csaba Osztrogonác
2021-10-01Fix leaking lastIndex values in RegExp built-ins (#4787)Csaba Osztrogonác
2021-10-01Change error message description (#4785)Zoltan Herczeg
2021-09-29Implement source info retrieval API function (#4780)Zoltan Herczeg
2021-09-28Add property key filters for general object property enumeration (#4778)Zoltan Herczeg