Home
last modified time | relevance | path

Searched refs:JERRY_REGEXP_FLAG_GLOBAL (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h135 JERRY_REGEXP_FLAG_GLOBAL = (1u << 1), /**< Globally scan string */ enumerator
/third_party/jerryscript/jerry-core/api/
Djerry.c85 JERRY_STATIC_ASSERT ((int) RE_FLAG_GLOBAL == (int) JERRY_REGEXP_FLAG_GLOBAL
/third_party/jerryscript/docs/
D02.API-REFERENCE.md98 …- JERRY_REGEXP_FLAG_GLOBAL - global match; find all matches rather than stopping after the first m…