This website requires JavaScript.
Explore
Help
Sign In
YourWishes
/
jerryscript
Watch
1
Star
0
Fork
0
You've already forked jerryscript
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b0276b3e46f03483eb62ef00a9100621541857ee
jerryscript
/
jerry-core
/
parser
/
js
/
collections
T
History
Andrey Shitov
24e307481e
Optimize block size calculation in functions working with linked list.
...
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov
a.shitov@samsung.com
2015-08-05 14:29:51 +03:00
..
array-list.cpp
Support syntax error feedback in parser.
2015-06-19 17:05:15 +03:00
array-list.h
Move jerry-core/parser/collections to jerry-core/parser/js/collections.
2015-06-19 16:25:34 +03:00
hash-table.cpp
Support syntax error feedback in parser.
2015-06-19 17:05:15 +03:00
hash-table.h
Support syntax error feedback in parser.
2015-06-19 17:05:15 +03:00
linked-list.cpp
Optimize block size calculation in functions working with linked list.
2015-08-05 14:29:51 +03:00
linked-list.h
Move jerry-core/parser/collections to jerry-core/parser/js/collections.
2015-06-19 16:25:34 +03:00
lit-id-hash-table.cpp
Split opcode and instruction entities and perform related renamings: opcode_t is now vm_instr_t, opcode position is instruction position, etc.
2015-07-28 13:43:43 +03:00
lit-id-hash-table.h
Split opcode and instruction entities and perform related renamings: opcode_t is now vm_instr_t, opcode position is instruction position, etc.
2015-07-28 13:43:43 +03:00
stack.h
Improve allocation of memory for byte-code array and literal identifiers hash table.
2015-06-19 16:25:34 +03:00