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.cpp53 if (!jerry_is_feature_enabled (JERRY_FEATURE_MAP)
54 || !jerry_is_feature_enabled (JERRY_FEATURE_SET)
55 || !jerry_is_feature_enabled (JERRY_FEATURE_WEAKMAP)
56 || !jerry_is_feature_enabled (JERRY_FEATURE_WEAKSET))
Dtest-dataview.cpp49 if (!jerry_is_feature_enabled (JERRY_FEATURE_DATAVIEW))
57 TEST_ASSERT (jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY));
Dtest-exec-stop.cpp67 if (!jerry_is_feature_enabled (JERRY_FEATURE_VM_EXEC_STOP))
Dtest-internal-properties.cpp60 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
75 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
Dtest-regression-3588.cpp68 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
Dtest-api-value-type.cpp116 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
Dtest-resource-name.cpp68 if (!jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO))
Dtest-api-property.cpp95 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
Dtest-promise.cpp142 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE))
Dtest-api.cpp723 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
759 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
876 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
917 if (jerry_is_feature_enabled (JERRY_FEATURE_ERROR_MESSAGES))
Dtest-newtarget.cpp141 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
Dtest-api-promise.cpp213 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE))
Dtest-proxy.cpp180 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
Dtest-symbol.cpp57 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
Dtest-arraybuffer.cpp116 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY))
Dtest-typedarray.cpp375 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY))
/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/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-ext/handler/
Dhandler-assert.c50 if (jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO)) in jerryx_handler_assert_fatal()
/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