Searched refs:STICKY (Results 1 – 3 of 3) sorted by relevance
72 #define STICKY sticky-0b(%ecx,%eax,8) macro87 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0
7722 STICKY = 8 enumerator7731 bool is_sticky() { return (value_ & STICKY) != 0; } in is_sticky()
74 if (FLAG_harmony_regexps) flags |= JSRegExp::STICKY; in RegExpFlagsFromString()