Home
last modified time | relevance | path

Searched refs:sticky (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp229 JSHandle<JSTaggedValue> sticky(thread->GetEcmaVM()->GetFactory()->NewFromASCII("sticky")); in HWTEST_F_L0() local
231 … JSTaggedValue(JSObject::GetProperty(thread, result1Handle, sticky).GetValue().GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1426 bool sticky = ObjectFastOperator::FastGetPropertyByValue( in RegExpBuiltinExec() local
1429 if (!global && !sticky) { in RegExpBuiltinExec()
1453 if (global || sticky) { in RegExpBuiltinExec()
1463 if (global || sticky) { in RegExpBuiltinExec()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h405 …V(JSTaggedValue, StickyString, STICKY_INDEX, sticky) …
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts77 readonly sticky: boolean;
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt6558 built-ins/RegExp/lookBehind/sticky.js
6644 built-ins/RegExp/prototype/sticky/this-val-regexp-prototype.js
/arkcompiler/ets_frontend/test262/
Des2015_tests.txt4127 built-ins/RegExp/prototype/sticky/cross-realm.js