Searched defs:sticky (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | escompat_RegExp.cpp | 389 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDouble value) in SetLastIndexField() argument 417 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) > 0; in EscompatRegExpExec() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.cpp | 283 bool sticky = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_STICKY); in RegExpTestFast() local 2113 bool sticky = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_STICKY); in RegExpBuiltinExec() local 2131 bool sticky = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_STICKY); in RegExpBuiltinExecWithoutResult() local
|
Completed in 8 milliseconds