Home
last modified time | relevance | path

Searched refs:JERRY_FEATURE_LINE_INFO (Results 1 – 6 of 6) sorted by relevance

/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/tests/unit-core/
Dtest-resource-name.cpp68 if (!jerry_is_feature_enabled (JERRY_FEATURE_LINE_INFO))
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h98 JERRY_FEATURE_LINE_INFO, /**< line info available */ enumerator
/third_party/jerryscript/docs/
D10.EXT-REFERENCE-HANDLER.md424 If the `JERRY_FEATURE_LINE_INFO` runtime feature is enabled (build option: `JERRY_LINE_INFO`)
D02.API-REFERENCE.md69 - JERRY_FEATURE_LINE_INFO - line info available
7709 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,
/third_party/jerryscript/jerry-core/api/
Djerry.c1037 || feature == JERRY_FEATURE_LINE_INFO in jerry_is_feature_enabled()