aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/api
AgeCommit message (Expand)Author
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-04Optimize ecma_op_function_call (#4817)Robert Fancsik
2021-11-02Fix typos in the documentation and related files (#4809)Zsolt Borbély
2021-11-02Optimize typed array access (#4806)Zoltan Herczeg
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-28Implement CreateAsyncFromSyncIterator (#4802)Robert Fancsik
2021-10-15Implement eval check for ECMAScript code (#4788)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-09-29Implement source info retrieval API function (#4780)Zoltan Herczeg
2021-09-23Add property key filters for built-in functions (#4776)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-13Remove built-in flag from object type (#4763)Zoltan Herczeg
2021-08-31Implement function.toString operation (#4752)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-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-10Add guards for SharedArrayBuffer (#4723)Gergo Csizi
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-07-15Rework storing the line/column/bytecode info (#4707)Zoltan Herczeg
2021-07-15Remove ecma_parse_options_t in favor of jerry_parse_options_t (#4713)Zoltan Herczeg
2021-07-12Merge Map and Set Guards with Container (#4709)Tóth Béla
2021-07-06Rework resolving references and namespace creation in modules (#4695)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-05-11Support function object retrieval for async functions (#4668)Zoltan Herczeg
2021-04-27Fix error throw in jerry_define_own_property (#4662)Zoltan Herczeg
2021-04-20Throw ReferenceError when a property of a native module is not found (#4659)Zoltan Herczeg
2021-04-19Add reference support for native pointers. (#4615)Zoltan Herczeg
2021-04-19Continue replacing duplicate ecma definitions (#4644)Tóth Béla
2021-04-16Add notification callback for module state changes (#4656)Zoltan Herczeg
2021-04-16Native modules should be unlinked state after creation (#4655)Zoltan Herczeg
2021-04-13Support native modules (#4649)Zoltan Herczeg