Home
last modified time | relevance | path

Searched defs:sticky (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp389 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 Dbuiltins_regexp.cpp283 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