Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp.c53 bool create_regexp_from_bc = false; in ecma_builtin_regexp_dispatch_helper() local
113 create_regexp_from_bc = ecma_is_value_undefined (flags_value); in ecma_builtin_regexp_dispatch_helper()
115 if (!create_regexp_from_bc) in ecma_builtin_regexp_dispatch_helper()
166 if (create_regexp_from_bc) in ecma_builtin_regexp_dispatch_helper()