Converting ecma_value_t to class that is used for on-stack storage of ecma-values.
Original ecma_value_t is renamed to ecma_value_packed_t and is used for on-heap storage. Copy and move constructors, move assignment operator of ecma_value_t are not created. New ecma-value return convention is introduced: ecma-values are now returned through ecma_value_t &ret_val argument.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#define INTERPRETER_H
|
||||
|
||||
#include "ecma-globals.h"
|
||||
#include "ecma-value.h"
|
||||
#include "globals.h"
|
||||
#include "opcodes.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user