aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZsoltRaduska <35962568+ZsoltRaduska@users.noreply.github.com>2018-04-05 09:54:07 +0200
committerLászló Langó <llango.u-szeged@partner.samsung.com>2018-04-05 09:54:07 +0200
commit0476523f1aad22bd5628f8237ae67be1d2a60e24 (patch)
tree8e87a0771e670c89ea651d943434f501c7a0686d /docs
parentf06d63723873ccb2ad67c1391b758218366e2ca7 (diff)
Improve jerry_is_feature_enabled with object availability information (#2250)
JerryScript-DCO-1.0-Signed-off-by: Zsolt Raduska rzsolt@inf.u-szeged.hu
Diffstat (limited to 'docs')
-rw-r--r--docs/02.API-REFERENCE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/02.API-REFERENCE.md b/docs/02.API-REFERENCE.md
index 442bc6a9..551ae06e 100644
--- a/docs/02.API-REFERENCE.md
+++ b/docs/02.API-REFERENCE.md
@@ -53,6 +53,11 @@ Possible compile time enabled feature types:
- JERRY_FEATURE_SNAPSHOT_EXEC - executing snapshot files
- JERRY_FEATURE_DEBUGGER - debugging
- JERRY_FEATURE_VM_EXEC_STOP - stopping ECMAScript execution
+ - JERRY_FEATURE_JSON - JSON support
+ - JERRY_FEATURE_PROMISE - promise support
+ - JERRY_FEATURE_TYPEDARRAY - Typedarray support
+ - JERRY_FEATURE_DATE - Date support
+ - JERRY_FEATURE_REGEXP - RegExp support
## jerry_char_t