Refactor ecma value to store pointers directly in ecma values rather than compressing them.

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2016-04-15 11:35:51 -07:00
parent bb665336d4
commit e92ecd44e7
4 changed files with 110 additions and 119 deletions
-2
View File
@@ -83,8 +83,6 @@
}
/* ecma-helpers-value.c */
extern ecma_type_t ecma_get_value_type_field (ecma_value_t) __attr_pure___;
extern bool ecma_is_value_empty (ecma_value_t);
extern bool ecma_is_value_undefined (ecma_value_t);
extern bool ecma_is_value_null (ecma_value_t);