Introducing "on-stack" ecma-string descriptors and using them in get_variable_value / set_variable_value.

This commit is contained in:
Ruben Ayrapetyan
2014-11-21 12:56:45 +03:00
parent 14ab1b3355
commit 036521627e
6 changed files with 220 additions and 73 deletions
+4
View File
@@ -49,6 +49,10 @@ extern void mem_finalize (bool is_show_mem_stats);
extern uintptr_t mem_compress_pointer (void *pointer);
extern void* mem_decompress_pointer (uintptr_t compressed_pointer);
#ifndef JERRY_NDEBUG
extern bool mem_is_heap_pointer (void *pointer);
#endif /* !JERRY_NDEBUG */
#endif /* !JERRY_MEM_ALLOCATOR_H */
/**