This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
jerryscript
Watch
1
Star
0
Fork
0
You've already forked jerryscript
mirror of
https://github.com/jerryscript-project/jerryscript.git
synced
2025-12-15 16:29:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
jerryscript
/
jerry-core
/
parser
/
js
/
collections
History
Roland Takacs
21f561f8ef
Refactor literal-storage to not use C++ features
...
JerryScript-DCO-1.0-Signed-off-by: Roland Takacs
rtakacs.u-szeged@partner.samsung.com
2016-01-13 15:19:07 +01:00
..
array-list.cpp
Support syntax error feedback in parser.
2015-06-19 17:05:15 +03:00
array-list.h
Remove argument names in function prototypes, declared in headers; fix '*' alignment in headers.
2015-09-28 18:27:10 +03:00
linked-list.cpp
Parser optimizations.
2015-12-23 14:21:10 +03:00
linked-list.h
Introduce linked_list_chunk_header (header of a linked_list's chunk), add list's length field into linked_list's header; support removal of elements in linked_list.
2015-11-02 17:10:45 +03:00
lit-id-hash-table.cpp
Refactor literal-storage to not use C++ features
2016-01-13 15:19:07 +01:00
lit-id-hash-table.h
Refactor literal-storage to not use C++ features
2016-01-13 15:19:07 +01:00
stack.h
Improve allocation of memory for byte-code array and literal identifiers hash table.
2015-06-19 16:25:34 +03:00