Rename deserializer_get_* -> deserialize_*

This commit is contained in:
Ilmir Usmanov
2014-07-24 12:17:59 +04:00
parent 60fa1d1178
commit ea4278184c
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ jerry_run( const char *script_source,
parser_init ();
parser_parse_program ();
init_int (deserializer_get_bytecode ());
init_int (deserialize_bytecode ());
run_int ();
} /* jerry_run */