Home
last modified time | relevance | path

Searched refs:jerry_is_feature_enabled (Results 1 - 22 of 22) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-container.cpp53 if (!jerry_is_feature_enabled (JERRY_FEATURE_MAP) in HWTEST_F()
54 || !jerry_is_feature_enabled (JERRY_FEATURE_SET) in HWTEST_F()
55 || !jerry_is_feature_enabled (JERRY_FEATURE_WEAKMAP) in HWTEST_F()
56 || !jerry_is_feature_enabled (JERRY_FEATURE_WEAKSET)) in HWTEST_F()
H A Dtest-dataview.cpp49 if (!jerry_is_feature_enabled (JERRY_FEATURE_DATAVIEW)) in HWTEST_F()
57 TEST_ASSERT (jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY)); in HWTEST_F()
H A Dtest-exec-stop.cpp67 if (!jerry_is_feature_enabled (JERRY_FEATURE_VM_EXEC_STOP)) in HWTEST_F()
H A Dtest-regression-3588.cpp68 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-api-property.cpp95 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in HWTEST_F()
H A Dtest-promise.cpp142 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE)) in HWTEST_F()
H A Dtest-resource-name.cpp68 if (!jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO)) in HWTEST_F()
H A Dtest-newtarget.cpp141 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
H A Dtest-api-promise.cpp213 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE)) in HWTEST_F()
H A Dtest-api.cpp723 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in HWTEST_F()
759 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in HWTEST_F()
876 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
917 if (jerry_is_feature_enabled (JERRY_FEATURE_ERROR_MESSAGES)) in HWTEST_F()
H A Dtest-symbol.cpp57 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in HWTEST_F()
H A Dtest-proxy.cpp180 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in HWTEST_F()
H A Dtest-arraybuffer.cpp116 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY)) in HWTEST_F()
H A Dtest-typedarray.cpp375 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY))
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c164 if (jerry_is_feature_enabled (JERRY_FEATURE_ERROR_MESSAGES) in print_unhandled_exception()
389 if (!jerry_is_feature_enabled (feature)) in check_feature()
702 if (jerry_is_feature_enabled (JERRY_FEATURE_SNAPSHOT_EXEC)) in main()
777 if (jerry_is_feature_enabled (JERRY_FEATURE_DEBUGGER)) in main()
826 if (jerry_is_feature_enabled (JERRY_FEATURE_DEBUGGER) && jerry_value_is_abort (ret_value)) in main()
H A Dmain-unix-snapshot.c96 if (!jerry_is_feature_enabled (feature)) in check_feature()
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-assert.c50 if (jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO)) in jerryx_handler_assert_fatal()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_main.c134 assert (jerry_is_feature_enabled (JERRY_FEATURE_ERROR_MESSAGES)); in str_to_uint()
180 if (jerry_is_feature_enabled (JERRY_FEATURE_ERROR_MESSAGES) in print_unhandled_exception()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h420 bool jerry_is_feature_enabled (const jerry_feature_t feature);
/third_party/jerryscript/jerry-core/api/
H A Djerry.c977 jerry_is_feature_enabled (const jerry_feature_t feature) /**< feature to check */ in jerry_is_feature_enabled() function
1055 } /* jerry_is_feature_enabled */ in jerry_is_feature_enabled()

Completed in 20 milliseconds