Home
last modified time | relevance | path

Searched refs:GetSticky (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h64 static JSTaggedValue GetSticky(EcmaRuntimeCallInfo *argv);
Dbuiltins_regexp.cpp340 JSTaggedValue BuiltinsRegExp::GetSticky(EcmaRuntimeCallInfo *argv) in GetSticky() function in panda::ecmascript::builtins::BuiltinsRegExp
344 BUILTINS_API_TRACE(thread, RegExp, GetSticky); in GetSticky()
Dbuiltins.cpp2031 …JSHandle<JSTaggedValue> stickyGetter = CreateGetter(env, RegExp::GetSticky, "sticky", FunctionLeng… in InitializeRegExp()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h652 V(RegExp, GetSticky) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp341 reinterpret_cast<uintptr_t>(RegExp::GetSticky),