Searched refs:SetCache (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_parser_cache.h | 35 void SetCache(EcmaString *pattern, const uint32_t flags, const JSTaggedValue codeBuffer,
|
D | regexp_parser_cache.cpp | 57 void RegExpParserCache::SetCache(EcmaString *pattern, const uint32_t flags, in SetCache() function in panda::ecmascript::RegExpParserCache
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 653 regExpParserCache->SetCache(*string1, 0, JSTaggedValue::True(), 2, vec); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 1787 …regExpParserCache->SetCache(*patternStrHandle, flagsBits, regexp->GetByteCodeBuffer(), bufferSize,… in RegExpInitialize()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 1322 CjsRequire::Cast(*obj)->SetCache(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
|