aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects
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-20Simplify source evaluation options. (#2431)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-14Reduce code duplication between String.charAt and charCodeAt (#2331)Mátyás Mustoha
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-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-18Add Windows support. (#2306)Yonggang Luo
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-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-03-21Remove a few ECMA_TRY_CATCH macro usages (#2246)Péter Gál
2018-03-19Fix JSON.stringify, to allow TypedArray printing (#2242)Achie72
2018-03-05Remove ecma_get_length_string (#2234)Yuyupo
2018-03-02Improve builtin instantiation (#2226)László Langó
2018-03-01Improve magic string handling. (#2221)Zoltan Herczeg
2018-02-27Reduce the memory footprint of 'ecma_instantiate_builtin' (#2218)László Langó
2018-02-23Implement direct strings. (#2196)Zoltan Herczeg
2018-02-22Removed 'is_static' parameter from 'BUILTIN' macro, because was never used. (...László Langó
2018-02-16Fix buffer overrun while parsing malformed JSON hex escape sequence (#2201)Martijn Thé
2018-02-07Remove arguments of ecma_new_values_collection. (#2197)Zoltan Herczeg
2018-02-01Fix multiple JSON.parse issues (#2191)Daniel Balla
2018-02-01Limit maximum number of arguments for apply(). (#2183)Zoltan Herczeg
2018-02-01Return early if number conversion is failed in arraybuffer slice. (#2184)Zoltan Herczeg
2018-01-10Rework ecma collection. (#2153)Zoltan Herczeg
2017-12-19Optimize string concatenation. (#2141)Zoltan Herczeg
2017-12-19Fix conversion warnings (#2126)Robert Sipka
2017-12-07Remove trivial ecma_number arithmetic functions (#2123)Robert Fancsik