Searched refs:jerry_is_feature_enabled (Results 1 – 24 of 24) sorted by relevance
24 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()
24 if (!jerry_is_feature_enabled (JERRY_FEATURE_DATAVIEW)) in main()31 TEST_ASSERT (jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY)); in main()
42 if (!jerry_is_feature_enabled (JERRY_FEATURE_VM_EXEC_STOP)) in main()
43 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
32 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()47 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
89 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
41 if (!jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO)) in main()
120 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE)) in main()
69 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in main()
698 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()
116 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
156 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROXY)) in main()
189 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE)) in main()
33 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL)) in main()
169 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY)) in main()
483 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY)) in main()
164 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()
96 if (!jerry_is_feature_enabled (feature)) in check_feature()
134 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()
50 if (jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO)) in jerryx_handler_assert_fatal()
884 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 functions2243 jerry_is_feature_enabled (const jerry_feature_t feature);[all …]
759 - [`jerry_is_feature_enabled`](02.API-REFERENCE.md#jerry_is_feature_enabled)
420 bool jerry_is_feature_enabled (const jerry_feature_t feature);
977 jerry_is_feature_enabled (const jerry_feature_t feature) /**< feature to check */ in jerry_is_feature_enabled() function