Home
last modified time | relevance | path

Searched refs:jerry_is_feature_enabled (Results 1 – 24 of 24) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-container.c24 if (!jerry_is_feature_enabled (JERRY_FEATURE_MAP) in main()
25 || !jerry_is_feature_enabled (JERRY_FEATURE_SET) in main()
26 || !jerry_is_feature_enabled (JERRY_FEATURE_WEAKMAP) in main()
27 || !jerry_is_feature_enabled (JERRY_FEATURE_WEAKSET)) in main()
Dtest-dataview.c24 if (!jerry_is_feature_enabled (JERRY_FEATURE_DATAVIEW)) in main()
31 TEST_ASSERT (jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY)); in main()
Dtest-exec-stop.c42 if (!jerry_is_feature_enabled (JERRY_FEATURE_VM_EXEC_STOP)) in main()
Dtest-regression-3588.c43 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
Dtest-internal-properties.c32 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
47 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
Dtest-api-value-type.c89 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
Dtest-resource-name.c41 if (!jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO)) in main()
Dtest-promise.c120 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE)) in main()
Dtest-api-property.c69 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()
851 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
892 if (jerry_is_feature_enabled (JERRY_FEATURE_ERROR_MESSAGES)) in main()
Dtest-newtarget.c116 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
Dtest-proxy.c156 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in main()
Dtest-api-promise.c189 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE)) in main()
Dtest-symbol.c33 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
Dtest-arraybuffer.c169 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY)) in main()
Dtest-typedarray.c483 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY)) in main()
/third_party/jerryscript/jerry-main/
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()
Dmain-unix-snapshot.c96 if (!jerry_is_feature_enabled (feature)) in check_feature()
/third_party/jerryscript/targets/nuttx-stm32f4/
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-ext/handler/
Dhandler-assert.c50 if (jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO)) in jerryx_handler_assert_fatal()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md884 see: [jerry_is_feature_enabled](#jerry_is_feature_enabled).
1464 see: [jerry_is_feature_enabled](#jerry_is_feature_enabled).
1589 see: [jerry_is_feature_enabled](#jerry_is_feature_enabled).
1846 see: [jerry_is_feature_enabled](#jerry_is_feature_enabled).
1895 see: [jerry_is_feature_enabled](#jerry_is_feature_enabled).
1983 see: [jerry_is_feature_enabled](#jerry_is_feature_enabled).
2043 see: [jerry_is_feature_enabled](#jerry_is_feature_enabled).
2102 see: [jerry_is_feature_enabled](#jerry_is_feature_enabled).
2233 ## jerry_is_feature_enabled section in Checker functions
2243 jerry_is_feature_enabled (const jerry_feature_t feature);
[all …]
D16.MIGRATION-GUIDE.md759 - [`jerry_is_feature_enabled`](02.API-REFERENCE.md#jerry_is_feature_enabled)
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h420 bool jerry_is_feature_enabled (const jerry_feature_t feature);
/third_party/jerryscript/jerry-core/api/
Djerry.c977 jerry_is_feature_enabled (const jerry_feature_t feature) /**< feature to check */ in jerry_is_feature_enabled() function