aboutsummaryrefslogtreecommitdiff
path: root/docs/02.API-REFERENCE.md
AgeCommit message (Expand)Author
2022-02-03Remove abandoned es5.1 profile from API reference (#4972)Yonggang Luo
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2021-12-07Rename resource_name to source_name (#4846)Yonggang Luo
2021-12-06Rework the public API (#4829)Dániel Bátyai
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-26Fix jerry_value_is_{true,false} documentation (#4803)Péter Gál
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-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-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-08-02Merge Promise Guard with ESNEXT (#4725)Tóth Béla
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-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-26Typo fix in 02.API-REFERENCE.md (#4680)csdkamikaze
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-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