Home
last modified time | relevance | path

Searched refs:JERRY_FEATURE_DATAVIEW (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-dataview.cpp49 if (!jerry_is_feature_enabled (JERRY_FEATURE_DATAVIEW))
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h101 JERRY_FEATURE_DATAVIEW, /**< DataView support */ enumerator
/third_party/jerryscript/jerry-core/api/
Djerry.c1025 || feature == JERRY_FEATURE_DATAVIEW in jerry_is_feature_enabled()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md72 - JERRY_FEATURE_DATAVIEW - DataView support
1588 in runtime with the `JERRY_FEATURE_DATAVIEW` feature enum value,