Searched refs:jerry_create_regexp (Results 1 – 4 of 4) sorted by relevance
683 - [`jerry_create_regexp`](02.API-REFERENCE.md#jerry_create_regexp)
4625 ## jerry_create_regexp section in Create API values4639 jerry_create_regexp (const jerry_char_t *pattern_p, uint16_t flags);4655 jerry_value_t regexp = jerry_create_regexp (pattern_p, pattern_flags);
509 jerry_value_t jerry_create_regexp (const jerry_char_t *pattern, uint16_t flags);
1799 jerry_create_regexp (const jerry_char_t *pattern_p, /**< zero-terminated UTF-8 string as RegExp pat… in jerry_create_regexp() function