aboutsummaryrefslogtreecommitdiff
path: root/tests/unit-core
AgeCommit message (Expand)Author
2023-11-22Update cppcheck (#5108)Máté Tokodi
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2021-12-10Use external string when raising error (#4881)Csaba Repasi
2021-12-07Rename resource_name to source_name (#4846)Yonggang Luo
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-11-25Outsource magic error messages (#4821)Csaba Repasi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-02Fix typos in the documentation and related files (#4809)Zsolt Borbély
2021-11-02Allocate buffers when the buffer pointer is requested (#4812)Zoltan Herczeg
2021-10-28Add allocate/free callbacks to ArrayBuffers (#4801)Zoltan Herczeg
2021-10-20Optimize lit_is_valid_utf8_string (#4762)Gergo Csizi
2021-10-15Implement eval check for ECMAScript code (#4788)Zoltan Herczeg
2021-10-11Split main promise event filter into multiple filters (#4792)Zoltan Herczeg
2021-10-07Implement vm throw capture status management for API errors (#4783)Zoltan Herczeg
2021-10-06Support getting script object in the backtrace callback. (#4789)Zoltan Herczeg
2021-10-01Change error message description (#4785)Zoltan Herczeg
2021-09-29Implement source info retrieval API function (#4780)Zoltan Herczeg
2021-09-17Support resource name and user value for implicit class constructors (#4771)Zoltan Herczeg
2021-09-15Implement import.meta object (#4766)Zoltan Herczeg
2021-09-09Throw SyntaxError when module resolving is failed (#4765)Zoltan Herczeg
2021-08-30Implement getter function for external string user pointer (#4742)Zoltan Herczeg
2021-08-30Add new test for resource_name (#4737)Gergo Csizi
2021-08-27Rename jerry_string_set_external_string_free_callback (#4743)Gergo Csizi
2021-08-17Improve parse_identifier (#4691)batizdaniel
2021-08-17Rework external string free operation (#4690)Zoltan Herczeg
2021-08-12Simplify jerry_get_resource_name (#4730)Gergo Csizi
2021-08-11Support parsing of scripts / functions stored in string values (#4728)Zoltan Herczeg
2021-08-10Implement vm_throw callback (#4726)Zoltan Herczeg
2021-07-27Change resource name to a string. (#4724)Zoltan Herczeg
2021-07-27Implement container operators API function (#4697)Tóth Béla
2021-07-26Improve garbage collection of scripts and modules (#4722)Zoltan Herczeg
2021-07-24Support dynamic import calls (#4652)Zoltan Herczeg
2021-07-20Support shared user data for scripts (#4710)Zoltan Herczeg
2021-07-16Replace jerry_load_function_snapshot function with a flag (#4719)Zoltan Herczeg
2021-07-16Improve line info construction (#4718)Zoltan Herczeg
2021-07-15Rework storing the line/column/bytecode info (#4707)Zoltan Herczeg
2021-07-06Rework resolving references and namespace creation in modules (#4695)Zoltan Herczeg
2021-06-28Fix failing container unit-test (#4696)Tóth Béla
2021-06-24Remove jerry_get_boolean_value (#4685)Gergo Csizi
2021-06-16Add container related API function (#4666)Tóth Béla
2021-05-31Add test_dataview (#4677)Gergo Csizi
2021-05-26Fix documentation and add back some tests (#4673)Gergo Csizi
2021-05-26Change jerry_get_own_property_descriptor return type (#4675)Gergo Csizi
2021-05-21Fix native error check (#4674)Zoltan Herczeg
2021-05-21Add getter for Proxy handler objects (#4676)Zoltan Herczeg
2021-05-17Support this binding retrieval for backtrace frames (#4669)Zoltan Herczeg
2021-05-17Support line info for class fields (#4670)Zoltan Herczeg
2021-05-11Support function object retrieval for async functions (#4668)Zoltan Herczeg