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.c69 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in main()
Dtest-proxy.c156 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in main()
Dtest-api.c698 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in main()
734 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in main()
/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,