aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/vm
AgeCommit message (Expand)Author
2017-04-28Support ECMAScript stopping in JerryScript. (#1753)Zoltan Herczeg
2017-04-26Fix the exception handler bug (#1780)Levente Orban
2017-04-17Janitorial: add missing integer cast to remove compiler warning. (#1720)Tomasz Wozniak
2017-04-13Fix a few issues which can lead to undefined-behaviour (#1730)Zsolt Borbély
2017-04-03Fix wrong condition in vm.c (#1708)Zsolt Borbély
2017-03-29Add C-API for the debugger. (#1688)Zoltan Herczeg
2017-03-28Add Stop at exception feature to the debugger (#1693)Levente Orban
2017-03-21Style fix: return value comments (#1668)Levente Orban
2017-03-08Improve error messages (#1577)Yanhui Shen
2017-03-07Introducing debugger modes (run, breakpoint). (#1645)Zoltan Herczeg
2017-03-06Fix multiple debugger issues. (#1640)Zoltan Herczeg
2017-03-03Call property should handle ECMA_SIMPLE_VALUE_REGISTER_REF. (#1631)Zoltan Herczeg
2017-02-22Fix typo in vm_decode_branch_offset. (#1611)Zoltan Herczeg
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2017-02-21Introduce debugger status flags to control the operation of the debugger. (#1...Zoltan Herczeg
2017-02-14Initial version of JerryScript debugger (#1557)Levente Orban
2017-02-06Fix invalid assertion in vm_loop. (#1561)Zoltan Herczeg
2016-12-16Add parameter names to function declarations. (#1498)Tilmann Scheller
2016-12-16Remove redundant extern keywords from function declarations/definitions. (#1495)Tilmann Scheller
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-11-25Reduce memory consumption of property names.Zoltan Herczeg
2016-11-22Change array length into a virtual property. (#1439)Zoltan Herczeg
2016-10-21Add error messages to VM. (#1405)László Langó
2016-10-20Change the return type of 'vm_init_loop' function to void. (#1402)Robert Sipka
2016-10-20Fix for Issue #1387. (#1397)Robert Sipka
2016-10-19Remove several internal property types for primitive objects. (#1399)Zoltan Herczeg
2016-10-18Use 'ecma_make_boolean_value' where possible. (#1394)Robert Sipka
2016-09-20Remove the vm_run_with_inline. (#1363)Zidong Jiang
2016-09-19Major property rework: introducing virtual properties.Zoltan Herczeg
2016-09-12Rewrite property get/put to not use ecma_op_object_get_own_propertyZoltan Herczeg
2016-09-09Remove several ecma_op_object_get_[own_]property calls.Zoltan Herczeg
2016-09-01Add 32 bit compressed pointer support.Zoltan Herczeg
2016-09-01FunctionExpression name binding should be immutableYoungil Choi
2016-08-31vm_op_set_value should be able to throw error when ecma_op_to_string throwsYoungil Choi
2016-08-30Use C99's variable length array instead of allocaYanhui Shen
2016-08-26Numbers are permitted as property name in object literalYoungil Choi
2016-08-05Cleanup jerry's assert-like routines and macrosAkos Kiss
2016-08-05Remove compact profile.Robert Sipka
2016-08-03Initial RAM optimization for ESP8266Slavey Karadzhov
2016-08-01Move all remaining globals to the global context.Zoltan Herczeg
2016-07-20Fix minor implementation issues found in the JerryScript API.Zoltan Herczeg
2016-07-13Improve the construction of "length" built-in strings.Zoltan Herczeg
2016-07-11Update Jerry APILászló Langó
2016-07-06Small performance optimizations of the interpreter.Zoltan Herczeg
2016-07-05Fix signed left shift in vm_loop().Tilmann Scheller
2016-07-04Optimize comparison in VM.Zoltan Herczeg
2016-07-03Optimize arithmetic in VM.Zoltan Herczeg
2016-07-01ecma_make_boolean_value(bool) function is added in order to make ecma_value f...István Kádár
2016-06-27Rework literal storage.Zoltan Herczeg