Home
last modified time | relevance | path

Searched refs:JERRY_FEATURE_PROMISE (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-promise.cpp142 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE))
Dtest-api-promise.cpp213 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE))
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h94 JERRY_FEATURE_PROMISE, /**< promise support */ enumerator
/third_party/jerryscript/docs/
D02.API-REFERENCE.md65 - JERRY_FEATURE_PROMISE - promise support
1845 in runtime with the `JERRY_FEATURE_PROMISE` feature enum value,
3391 in runtime with the `JERRY_FEATURE_PROMISE` feature enum value,
3458 in runtime with the `JERRY_FEATURE_PROMISE` feature enum value,
3529 in runtime with the `JERRY_FEATURE_PROMISE` feature enum value,
/third_party/jerryscript/jerry-core/api/
Djerry.c1016 || feature == JERRY_FEATURE_PROMISE in jerry_is_feature_enabled()