Lazy initialization in deserializer

This commit is contained in:
Ilmir Usmanov
2014-07-24 15:24:51 +04:00
parent ea4278184c
commit b4404578ca
4 changed files with 47 additions and 16 deletions
+7 -1
View File
@@ -17,7 +17,7 @@
TODO (Implement)
const char *
const ecma_char_t *
deserialize_string_by_id (uint8_t id)
{
JERRY_UNIMPLEMENTED_REF_UNUSED_VARS (id);
@@ -34,3 +34,9 @@ deserialize_bytecode (void)
{
JERRY_UNIMPLEMENTED ();
}
uint8_t
deserialize_min_temp (void)
{
JERRY_UNIMPLEMENTED ();
}