Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h108 } jerry_feature_t; typedef
420 bool jerry_is_feature_enabled (const jerry_feature_t feature);
/third_party/jerryscript/jerry-main/
Dmain-unix-snapshot.c93 check_feature (jerry_feature_t feature, /**< feature to check */ in check_feature()
Dmain-unix.c386 check_feature (jerry_feature_t feature, /**< feature to check */ in check_feature()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md50 ## jerry_feature_t section in JerryScript types
2243 jerry_is_feature_enabled (const jerry_feature_t feature);
2248 - true, if the given `jerry_feature_t` is enabled
2258 jerry_feature_t feature = JERRY_FEATURE_SNAPSHOT_SAVE;
2270 - [jerry_feature_t](#jerry_feature_t)
/third_party/jerryscript/jerry-core/api/
Djerry.c977 jerry_is_feature_enabled (const jerry_feature_t feature) /**< feature to check */ in jerry_is_feature_enabled()