Home
last modified time | relevance | path

Searched defs:getCache (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts76 getCache(): VReg { method in CacheItem
99 getCache(index: CacheList): CacheItem { method in VregisterCache
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2297 auto getCache = regExpParserCache->GetCache(*patternStrHandle, flagsBits, groupName); in RegExpInitialize() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js1299 getCache(t) { method