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.cpp368 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDo… in SetLastIndexField()
396 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) > 0; in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1314 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) != 0; in Split() local
1875 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) != 0; in RegExpBuiltinExec() local
2102 bool sticky = (flagsBits & RegExpParser::FLAG_STICKY) != 0; in RegExpExecForTestFast() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp229 JSHandle<JSTaggedValue> sticky(thread->GetEcmaVM()->GetFactory()->NewFromASCII("sticky")); in HWTEST_F_L0() local