aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations
AgeCommit message (Expand)Author
2018-08-08Revisit unused global functions in jerry-core (#2450)Akos Kiss
2018-07-20Simplify source evaluation options. (#2431)Robert Fancsik
2018-07-13Implement ES2015 class feature (part I.) (#2404)Robert Fancsik
2018-07-11Rework function call. (#2414)Zoltan Herczeg
2018-06-20Remove ECMA_LEXICAL_ENVIRONMENT_OBJECT_BOUND. (#2408)Zoltan Herczeg
2018-06-13Improve instanceof operator. (#2395)Zoltan Herczeg
2018-06-06Merged conditions of if statements where possible. (#2380)László Langó
2018-06-04Remove the leftover declaration of ecma_op_create_global_environment (#2375)Akos Kiss
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-18Add Windows support. (#2306)Yonggang Luo
2018-05-18Remove legacy jerry_get_memory_limits API function and unused configuration m...Akos Kiss
2018-05-18Update Doxygen config file and fix Doxygen warnings (#2324)László Langó
2018-05-16Use ecma_number_t instead of double where possible (#2330)Akos Kiss
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-04-20Reduce code duplication between RegExp.construct and [[Call]] (#2287)Mátyás Mustoha
2018-04-19Add line info support. (#2286)Zoltan Herczeg
2018-04-18Improve stopping at errors. (#2278)Zoltan Herczeg
2018-04-05Add ecma_free_all_enqueued_jobs function (#2265)Daniel Balla
2018-03-21Remove a few ECMA_TRY_CATCH macro usages (#2246)Péter Gál
2018-03-20Support static snapshots. (#2239)Zoltan Herczeg
2018-03-05Remove ecma_get_length_string (#2234)Yuyupo
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2018-02-07Remove arguments of ecma_new_values_collection. (#2197)Zoltan Herczeg
2018-02-06Introduce C API to query the type of an Error object (#2177)Péter Gál
2018-02-06Add TypedArray C API (#2165)Péter Gál
2018-02-01Simplify ECMA_OP_TO_NUMBER_TRY_CATCH macro. (#2185)Zoltan Herczeg
2018-01-30Add support for aborts. (#2176)Zoltan Herczeg
2018-01-25Add ArrayBuffer with user specified bufferPeter Gal
2018-01-10Rework ecma collection. (#2153)Zoltan Herczeg
2017-12-20[Bugfix]free error in typearray set value routine (#2147)Zidong Jiang
2017-12-19Optimize string concatenation. (#2141)Zoltan Herczeg
2017-12-19Fix conversion warnings (#2126)Robert Sipka
2017-12-13Add object type checking to instantiationDaniel Balla
2017-12-06Remove ecma_simple_value_t and refactor ecma_make_simple_value (#2135)Robert Fancsik
2017-12-05Add fast path to ecma_op_object_get with magic string. (#2078)Zoltan Herczeg
2017-11-28Fix undefined behaviour of global object freezingDaniel Balla
2017-11-21Fix error-free issue in promiseZidong Jiang
2017-11-21Fix bug in promise resolve handlerZidong Jiang
2017-11-20Fixed TypedArray error handlingRobert Fancsik
2017-10-27Fix promise thenable bugZidong Jiang
2017-10-24Rework error to use a global slot to store the error value.Zoltan Herczeg
2017-10-17Replace JERRY_JS_PARSER feature guard with JERRY_DISABLE_JS_PARSER (#2036)Akos Kiss
2017-10-06Implement this binding for arrow functions.Zoltan Herczeg
2017-09-21Parse functions directly (#2015)Zoltan Herczeg
2017-09-05[Promise] check the argc of builtin resolve/reject handlerZidong Jiang
2017-09-05Correctly enumerate function property members.Zoltan Herczeg
2017-08-31Fix ecma_op_array_object_set_length methodRobert Fancsik
2017-08-30Reduce the memory consumption of function objects. (#1954)Zoltan Herczeg
2017-08-16Fix new ArrayBuffer(length) for variaous input (#1959)Sanggyu Lee