Searched refs:jerry_is_feature_enabled (Results 1 – 24 of 24) sorted by relevance
53 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))
49 if (!jerry_is_feature_enabled (JERRY_FEATURE_DATAVIEW))57 TEST_ASSERT (jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY));
67 if (!jerry_is_feature_enabled (JERRY_FEATURE_VM_EXEC_STOP))
60 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))75 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
68 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
116 if (jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
68 if (!jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO))
95 if (jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
142 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE))
723 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))
141 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
213 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROMISE))
180 if (!jerry_is_feature_enabled (JERRY_FEATURE_PROXY))
57 if (!jerry_is_feature_enabled (JERRY_FEATURE_SYMBOL))
116 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY))
375 if (!jerry_is_feature_enabled (JERRY_FEATURE_TYPEDARRAY))
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()
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)
50 if (jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO)) in jerryx_handler_assert_fatal()
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