Stop inlining the ArrayBuffer helper functions. (#1484)
Related issue #1468. JerryScript-DCO-1.0-Signed-off-by: Zidong Jiang zidong.jiang@intel.com
This commit is contained in:
committed by
Tilmann Scheller
parent
e9ab1f14d3
commit
85b6e01bc2
@@ -34,9 +34,9 @@ ecma_op_create_arraybuffer_object (const ecma_value_t *, ecma_length_t);
|
||||
extern ecma_object_t *
|
||||
ecma_arraybuffer_new_object (ecma_length_t);
|
||||
extern lit_utf8_byte_t *
|
||||
ecma_arraybuffer_get_buffer (ecma_object_t *) __attr_pure___ __attr_always_inline___;
|
||||
ecma_arraybuffer_get_buffer (ecma_object_t *) __attr_pure___;
|
||||
extern ecma_length_t
|
||||
ecma_arraybuffer_get_length (ecma_object_t *) __attr_pure___ __attr_always_inline___;
|
||||
ecma_arraybuffer_get_length (ecma_object_t *) __attr_pure___;
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user