Home
last modified time | relevance | path

Searched refs:CreateCacheTable (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h133 static JSTaggedValue CreateCacheTable(JSThread *thread);
Dbuiltins_regexp.cpp1839 JSTaggedValue RegExpExecResultCache::CreateCacheTable(JSThread *thread) in CreateCacheTable() function in panda::ecmascript::builtins::RegExpExecResultCache
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp646 regexpCache_ = builtins::RegExpExecResultCache::CreateCacheTable(thread_); in SetupRegExpResultCache()