Home
last modified time | relevance | path

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

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c42211 int pat_is_regexp; in js_regexp_constructor() local
42215 pat_is_regexp = js_is_regexp(ctx, pat); in js_regexp_constructor()
42216 if (pat_is_regexp < 0) in js_regexp_constructor()
42221 if (pat_is_regexp && JS_IsUndefined(flags1)) { in js_regexp_constructor()
42246 if (pat_is_regexp) { in js_regexp_constructor()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c40757 int pat_is_regexp; in js_regexp_constructor() local
40761 pat_is_regexp = js_is_regexp(ctx, pat); in js_regexp_constructor()
40762 if (pat_is_regexp < 0) in js_regexp_constructor()
40767 if (pat_is_regexp && JS_IsUndefined(flags1)) { in js_regexp_constructor()
40792 if (pat_is_regexp) { in js_regexp_constructor()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c40759 int pat_is_regexp; in js_regexp_constructor() local
40763 pat_is_regexp = js_is_regexp(ctx, pat); in js_regexp_constructor()
40764 if (pat_is_regexp < 0) in js_regexp_constructor()
40769 if (pat_is_regexp && JS_IsUndefined(flags1)) { in js_regexp_constructor()
40794 if (pat_is_regexp) { in js_regexp_constructor()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c42267 int pat_is_regexp; in js_regexp_constructor() local
42271 pat_is_regexp = js_is_regexp(ctx, pat); in js_regexp_constructor()
42272 if (pat_is_regexp < 0) in js_regexp_constructor()
42277 if (pat_is_regexp && JS_IsUndefined(flags1)) { in js_regexp_constructor()
42302 if (pat_is_regexp) { in js_regexp_constructor()