Support of ecma-value with compressed pointer of more than 14-bit size.

This commit is contained in:
Ruben Ayrapetyan
2015-02-19 17:16:45 +03:00
parent d0c62bb507
commit 4e93ef421d
4 changed files with 35 additions and 36 deletions
+2 -1
View File
@@ -27,7 +27,8 @@
#include "jrt.h"
#include "jrt-bit-fields.h"
JERRY_STATIC_ASSERT (sizeof (ecma_value_t) * JERRY_BITSINBYTE == ECMA_VALUE_SIZE);
JERRY_STATIC_ASSERT (sizeof (ecma_value_t) * JERRY_BITSINBYTE >= ECMA_VALUE_SIZE);
JERRY_STATIC_ASSERT (sizeof (ecma_completion_value_t) * JERRY_BITSINBYTE >= ECMA_COMPLETION_VALUE_SIZE);
/**
* Get type field of ecma-value