aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-types.h
AgeCommit message (Expand)Author
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-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-11Split main promise event filter into multiple filters (#4792)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-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-05-31Add test_dataview (#4677)Gergo Csizi
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