aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma
AgeCommit message (Expand)Author
2018-08-08Revisit unused global functions in jerry-core (#2450)Akos Kiss
2018-08-06Use #include<> for system headers and #include"" for own headers (#2445)Akos Kiss
2018-08-01Fix for null pointer dereference in jmem_heap_free_block (#2440)Daniel Balla
2018-07-31Remove unnecessary cbc_code_flag (#2443)Robert Fancsik
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-07-10Optimize JSON `Quote` operation. (#2420)Anthony Calandra
2018-07-03Add %TypedArray%.prototype.fill(value, [ begin [, end ] ]) support. (#2415)Anthony Calandra
2018-07-03Support for %TypedArray%.prototype.set(typedArray [, offset]). (#2405)Anthony Calandra
2018-06-28Add %TypedArray%.prototype.subarray([ begin [, end ] ]) support. (#2410)Anthony Calandra
2018-06-20Remove ECMA_LEXICAL_ENVIRONMENT_OBJECT_BOUND. (#2408)Zoltan Herczeg
2018-06-14Reduce code duplication between String.charAt and charCodeAt (#2331)Mátyás Mustoha
2018-06-13Improve instanceof operator. (#2395)Zoltan Herczeg
2018-06-12Rework 128 bit arithmetics of ecma_utf8_string_to_number (#2392)Akos Kiss
2018-06-11On simple strings the utf8 substring copy api call created an assert (#2389)Péter Gál
2018-06-08Remove the indentation of preprocessor directives. (#2379)László Langó
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-06-03Direct alloc/dealloc implementations for ecma_number_t (#2377)Akos Kiss
2018-06-01Removed unused macro definitions. (#2369)László Langó
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-18Fix parameter constness differences in function declarations and definitions ...Akos Kiss
2018-05-18Reduce code duplication in the TypedArray implementations (#2319)Mátyás Mustoha
2018-05-16Use ecma_number_t instead of double where possible (#2330)Akos Kiss
2018-05-15Remove 'useless' variable from function.bind (#2327)Péter Gál
2018-05-15Remove usage of comma operator in array prototypePeter Gal
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-05-09Fix some incorrect documentation (#2320)Mátyás Mustoha
2018-04-26Reduce code duplication between Object.isFrozen and isSealed (#2296)Mátyás Mustoha
2018-04-20Reduce code duplication between RegExp.construct and [[Call]] (#2287)Mátyás Mustoha
2018-04-20Reduce code duplication between String.match and search (#2277)Mátyás Mustoha
2018-04-19Implement toString and join for TypedArrays. (#2255)Achie72
2018-04-19Reduce code duplication between Array.reduce and reduceRight (#2280)Mátyás Mustoha
2018-04-19Add line info support. (#2286)Zoltan Herczeg
2018-04-18Improve stopping at errors. (#2278)Zoltan Herczeg
2018-04-13Reduce code duplication between Array.forEach, some, and every (#2275)Mátyás Mustoha
2018-04-11Eliminate dead code in ecma_builtin_object_object_get_prototype_of (#2276)Peter Marki
2018-04-09Fixes return value of 'Date.now' (#2274)Tibor Dusnoki
2018-04-05Implement the ES2015 version of Object.getPrototypeOf and add a test file for...Peter Marki
2018-04-05Add json parse and stringify function to jerryscript c api (#2243)ZsoltRaduska
2018-04-05Add ecma_free_all_enqueued_jobs function (#2265)Daniel Balla
2018-03-29Fix accessing the contents of a direct string (#2261)Péter Gál
2018-03-27Remove unused functions which caused build error on clang (#2257)Tamas Zakor
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-19Fix JSON.stringify, to allow TypedArray printing (#2242)Achie72