Home
last modified time | relevance | path

Searched refs:JERRY_FEATURE__COUNT (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h107 JERRY_FEATURE__COUNT /**< number of features. NOTE: must be at the end of the list */ enumerator
/third_party/jerryscript/jerry-core/api/
Djerry.c979 JERRY_ASSERT (feature < JERRY_FEATURE__COUNT); in jerry_is_feature_enabled()