aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/jcontext
AgeCommit message (Expand)Author
2017-04-28Support ECMAScript stopping in JerryScript. (#1753)Zoltan Herczeg
2017-04-14Support a user context void * pointer in jerry_context_t (#1717) (#1727)Gabriel "_|Nix|_" Schulhof
2017-03-13Improve breakpoint generator of the debugger. (#1652)Zoltan Herczeg
2017-03-06Fix multiple debugger issues. (#1640)Zoltan Herczeg
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-01-30Use default system allocator on 32bit systems, if JERRY_SYSTEM_ALLOCATOR is d...László Langó
2017-01-24Organize public and internal parts of memory management (#1539)László Langó
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-16Prop hashmap allocation strategy based on gc pattern is implemented. (#1429)Istvan Kadar
2016-09-21Fix doxygen-related documentation issues (#1357)Akos Kiss
2016-09-01Add 32 bit compressed pointer support.Zoltan Herczeg
2016-08-16Reorganize the fields of the global context.Zoltan Herczeg
2016-08-05Remove compact profile.Robert Sipka
2016-08-01Move all remaining globals to the global context.Zoltan Herczeg
2016-07-21Move GC, lcache, literal storage, lexical env global variables to jerry context.Zoltan Herczeg
2016-07-19Introducing global context.Zoltan Herczeg