aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-27Declaration in the head of a for-of loop can't have an initializerhead_init_for-ofRobert Sipka
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
2021-09-23Add property key filters for built-in functions (#4776)Zoltan Herczeg
2021-09-22Fix incorrect line info computation (#4775)Zoltan Herczeg
2021-09-22Implement built-in flag support for arguments (#4774)Zoltan Herczeg
2021-09-17Support resource name and user value for implicit class constructors (#4771)Zoltan Herczeg
2021-09-17Fix built-in types (#4772)Zoltan Herczeg
2021-09-15Implement import.meta object (#4766)Zoltan Herczeg
2021-09-15Double the maximum number of object references (#4768)Zoltan Herczeg
2021-09-13Remove built-in flag from object type (#4763)Zoltan Herczeg
2021-09-13Fix property enumeration order of built-in properties (#4761)Zoltan Herczeg
2021-09-09Throw SyntaxError when module resolving is failed (#4765)Zoltan Herczeg
2021-09-03Add name to the function property names (#4760)Zoltan Herczeg
2021-09-03Fix prototype of the values returned by Promise.allSettled (#4758)Zoltan Herczeg
2021-09-02Fix invalid typed array construction (#4757)Zoltan Herczeg
2021-09-01Fix line info computation (#4756)Zoltan Herczeg
2021-08-31Implement function.toString operation (#4752)Zoltan Herczeg
2021-08-30Add missing info in API doc (#4733)Péter Gál
2021-08-30Remove redundant checks from builtin-dispatchers (#4741)batizdaniel
2021-08-30Implement getter function for external string user pointer (#4742)Zoltan Herczeg
2021-08-30Disable IRC notification action to have a green master (#4753)Péter Gál
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-26targets: zephyr: Update for Zephyr 2.x (#4731)Paul Sokolovsky
2021-08-17Improve parse_identifier (#4691)batizdaniel
2021-08-17Rework external string free operation (#4690)Zoltan Herczeg
2021-08-17Improve storing the line info data during parsing (#4735)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-10Add guards for SharedArrayBuffer (#4723)Gergo Csizi
2021-08-10Implement {Array, %TypedArray%, String}.prototype.at method (#4681)batizdaniel
2021-08-10Implement vm_throw callback (#4726)Zoltan Herczeg