Files
jerryscript/jerry-core
Akos Kiss e9a23c4235 Refactor jrt buffer operations
`jrt_read_from_buffer_by_offset` is not used anywhere in the code
while `jrt_write_to_buffer_by_offset` is only used by snapshot
saving functions. Thus, this patch removes the read variant
completely and moves the write variant as a static function to
jerry.c. This empties out jrt.c, thus deleting.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
2016-08-05 11:28:15 +02:00
..
2016-08-05 09:11:33 +02:00
2016-08-05 11:28:15 +02:00
2016-08-05 09:11:33 +02:00
2016-08-05 09:11:33 +02:00
2016-08-05 09:11:33 +02:00
2016-08-05 09:11:33 +02:00
2016-07-15 09:13:16 +02:00
2016-06-14 14:44:02 +02:00
2016-06-27 00:25:09 -07:00
2016-08-05 11:28:15 +02:00