Searched refs:GetSticky (Results 1 – 5 of 5) sorted by relevance
64 static JSTaggedValue GetSticky(EcmaRuntimeCallInfo *argv);
340 JSTaggedValue BuiltinsRegExp::GetSticky(EcmaRuntimeCallInfo *argv) in GetSticky() function in panda::ecmascript::builtins::BuiltinsRegExp344 BUILTINS_API_TRACE(thread, RegExp, GetSticky); in GetSticky()
2031 …JSHandle<JSTaggedValue> stickyGetter = CreateGetter(env, RegExp::GetSticky, "sticky", FunctionLeng… in InitializeRegExp()
652 V(RegExp, GetSticky) \
341 reinterpret_cast<uintptr_t>(RegExp::GetSticky),