Searched defs:sticky (Results 1 – 3 of 3) sorted by relevance
368 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDo… in SetLastIndexField()396 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) > 0; in EscompatRegExpExec() local
1314 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) != 0; in Split() local1875 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) != 0; in RegExpBuiltinExec() local2102 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) != 0; in RegExpExecForTestFast() local
229 JSHandle<JSTaggedValue> sticky(thread->GetEcmaVM()->GetFactory()->NewFromASCII("sticky")); in HWTEST_F_L0() local