Searched refs:sticky (Results 1 – 6 of 6) sorted by relevance
229 JSHandle<JSTaggedValue> sticky(thread->GetEcmaVM()->GetFactory()->NewFromASCII("sticky")); in HWTEST_F_L0() local231 … JSTaggedValue(JSObject::GetProperty(thread, result1Handle, sticky).GetValue().GetTaggedValue()); in HWTEST_F_L0()
1426 bool sticky = ObjectFastOperator::FastGetPropertyByValue( in RegExpBuiltinExec() local1429 if (!global && !sticky) { in RegExpBuiltinExec()1453 if (global || sticky) { in RegExpBuiltinExec()1463 if (global || sticky) { in RegExpBuiltinExec()
405 …V(JSTaggedValue, StickyString, STICKY_INDEX, sticky) …
77 readonly sticky: boolean;
6558 built-ins/RegExp/lookBehind/sticky.js6644 built-ins/RegExp/prototype/sticky/this-val-regexp-prototype.js
4127 built-ins/RegExp/prototype/sticky/cross-realm.js