Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.h35 void SetCache(EcmaString *pattern, const uint32_t flags, const JSTaggedValue codeBuffer,
Dregexp_parser_cache.cpp57 void RegExpParserCache::SetCache(EcmaString *pattern, const uint32_t flags, in SetCache() function in panda::ecmascript::RegExpParserCache
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp653 regExpParserCache->SetCache(*string1, 0, JSTaggedValue::True(), 2, vec); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1787 …regExpParserCache->SetCache(*patternStrHandle, flagsBits, regexp->GetByteCodeBuffer(), bufferSize,… in RegExpInitialize()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1322 CjsRequire::Cast(*obj)->SetCache(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()