Home
last modified time | relevance | path

Searched refs:JERRY_FEATURE_PROXY (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-api-property.cpp95 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
Dtest-proxy.cpp180 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
Dtest-api.cpp723 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
759 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h102 JERRY_FEATURE_PROXY, /**< Proxy support */ enumerator
/third_party/jerryscript/jerry-core/api/
Djerry.c1028 || feature == JERRY_FEATURE_PROXY in jerry_is_feature_enabled()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md73 - JERRY_FEATURE_PROXY - Proxy support
1894 in runtime with the `JERRY_FEATURE_PROXY` feature enum value,