Searched refs:JERRY_FEATURE_LINE_INFO (Results 1 – 6 of 6) sorted by relevance
50 if (jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO)) in jerryx_handler_assert_fatal()
68 if (!jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO))
98 JERRY_FEATURE_LINE_INFO, /**< line info available */ enumerator
424 If the `JERRY_FEATURE_LINE_INFO` runtime feature is enabled (build option: `JERRY_LINE_INFO`)
69 - JERRY_FEATURE_LINE_INFO - line info available7709 in runtime with the `JERRY_FEATURE_LINE_INFO` feature enum value,7740 if (!jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO))7830 in runtime with the `JERRY_FEATURE_LINE_INFO` feature enum value,
1037 || feature == JERRY_FEATURE_LINE_INFO in jerry_is_feature_enabled()