aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-shared-arraybuffer-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'jerry-core/ecma/operations/ecma-shared-arraybuffer-object.h')
-rw-r--r--jerry-core/ecma/operations/ecma-shared-arraybuffer-object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/jerry-core/ecma/operations/ecma-shared-arraybuffer-object.h b/jerry-core/ecma/operations/ecma-shared-arraybuffer-object.h
index 1053a4b9..65b480ed 100644
--- a/jerry-core/ecma/operations/ecma-shared-arraybuffer-object.h
+++ b/jerry-core/ecma/operations/ecma-shared-arraybuffer-object.h
@@ -18,8 +18,6 @@
#include "ecma-globals.h"
-#if JERRY_BUILTIN_SHAREDARRAYBUFFER
-
/** \addtogroup ecma ECMA
* @{
*
@@ -27,6 +25,8 @@
* @{
*/
+#if JERRY_BUILTIN_SHAREDARRAYBUFFER
+
ecma_value_t ecma_op_create_shared_arraybuffer_object (const ecma_value_t *, uint32_t);
/**