aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-types.h
diff options
context:
space:
mode:
authorZoltan Herczeg <zherczeg.u-szeged@partner.samsung.com>2021-08-31 13:37:25 +0200
committerGitHub <noreply@github.com>2021-08-31 13:37:25 +0200
commit6649940ea6898c18fac45efa4d712475ef52a5b8 (patch)
tree8b3295c19918387cb3008eddbe491ddf1ad83f60 /jerry-core/include/jerryscript-types.h
parent1c6b18ecdff016a28023de8c8ee159fd1e7f61dd (diff)
Implement function.toString operation (#4752)
May increase the memory consumtpion heavily. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
Diffstat (limited to 'jerry-core/include/jerryscript-types.h')
-rw-r--r--jerry-core/include/jerryscript-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jerry-core/include/jerryscript-types.h b/jerry-core/include/jerryscript-types.h
index 505a098e..50966d13 100644
--- a/jerry-core/include/jerryscript-types.h
+++ b/jerry-core/include/jerryscript-types.h
@@ -112,6 +112,7 @@ typedef enum
JERRY_FEATURE_PROMISE_CALLBACK, /**< Promise callback support */
JERRY_FEATURE_MODULE, /**< Module support */
JERRY_FEATURE_WEAKREF, /**< WeakRef support */
+ JERRY_FEATURE_FUNCTION_TO_STRING, /**< function toString support */
JERRY_FEATURE__COUNT /**< number of features. NOTE: must be at the end of the list */
} jerry_feature_t;