Home
last modified time | relevance | path

Searched defs:sticky (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp406 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDo… in SetLastIndexField()
452 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) > 0; in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp289 bool sticky = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_STICKY); in RegExpTestFast() local
2202 bool sticky = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_STICKY); in RegExpBuiltinExec() local
2220 bool sticky = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_STICKY); in RegExpBuiltinExecWithoutResult() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp184 JSHandle<JSTaggedValue> sticky(thread->GetEcmaVM()->GetFactory()->NewFromASCII("sticky")); in HWTEST_F_L0() local