aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include
AgeCommit message (Expand)Author
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-10-28Add allocate/free callbacks to ArrayBuffers (#4801)Zoltan Herczeg
2021-10-27Remove block result (#4799)Robert Fancsik
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-09-29Implement source info retrieval API function (#4780)Zoltan Herczeg
2021-09-15Implement import.meta object (#4766)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-30Implement getter function for external string user pointer (#4742)Zoltan Herczeg
2021-08-27Rename jerry_string_set_external_string_free_callback (#4743)Gergo Csizi
2021-08-17Rework external string free operation (#4690)Zoltan Herczeg
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-24Support dynamic import calls (#4652)Zoltan Herczeg
2021-07-23Add SharedArrayBuffer support (#4689)Gergo Csizi
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-15Rework storing the line/column/bytecode info (#4707)Zoltan Herczeg
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-21Add getter for Proxy handler objects (#4676)Zoltan Herczeg
2021-05-17Support this binding retrieval for backtrace frames (#4669)Zoltan Herczeg
2021-04-27Fix error throw in jerry_define_own_property (#4662)Zoltan Herczeg
2021-04-19Add reference support for native pointers. (#4615)Zoltan Herczeg
2021-04-16Add notification callback for module state changes (#4656)Zoltan Herczeg
2021-04-13Support native modules (#4649)Zoltan Herczeg
2021-04-13Add info to external pointer free callback. (#4642)Zoltan Herczeg
2021-03-31Add module C API functions (#4636)Zoltan Herczeg
2021-03-30Rework module linking (#4632)Zoltan Herczeg
2021-03-24Extract type defintions from jerryscript-core.h into jerryscript-types.h (#4634)Zoltan Herczeg
2021-03-22Implement Promise.any and AggregateError Object (#4623)kisbg
2021-03-11Remove jerry_port_track_promise_rejection (#4613)Zoltan Herczeg
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)Zoltan Herczeg
2021-03-10Reorganize property descriptor flags (#4622)Zoltan Herczeg
2021-03-08Refactor jerry_property_descriptor_t to use status flags (#4594)Peter Marki
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-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-23Move push literal number opcodes to basic opcodes (#4609)Robert Fancsik
2021-02-18Add notification callback for Promise operations (#4595)Zoltan Herczeg