Home
last modified time | relevance | path

Searched refs:JERRY_FEATURE_SYMBOL (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-regression-3588.cpp67 /* Test JERRY_FEATURE_SYMBOL feature as it is a must-have in ES2015 */ in HWTEST_F()
68 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
H A Dtest-internal-properties.cpp60 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
75 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
H A Dtest-api-value-type.cpp116 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
H A Dtest-newtarget.cpp140 /* Test JERRY_FEATURE_SYMBOL feature as it is a must-have in ES2015 */ in HWTEST_F()
141 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
H A Dtest-symbol.cpp57 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
H A Dtest-api.cpp876 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h100 JERRY_FEATURE_SYMBOL, /**< symbol support */ enumerator
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1019 || feature == JERRY_FEATURE_SYMBOL in jerry_is_feature_enabled()

Completed in 9 milliseconds