Home
last modified time | relevance | path

Searched defs:isIntermediateResult (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp1975 RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> inputStr, bool isFastPath, bool useCache, bool isIntermediateResult) RegExpBuiltinExec() argument
2171 RegExpExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, const JSHandle<JSTaggedValue> &inputString, bool useCache, bool isIntermediateResult) RegExpExec() argument
2482 FindCachedResult(JSThread *thread, const JSHandle<JSTaggedValue> input, CacheType type, const JSHandle<JSTaggedValue> regexp, JSTaggedValue lastIndexInput, JSHandle<JSTaggedValue> extend, bool isIntermediateResult) FindCachedResult() argument
2557 AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> input, const JSHandle<JSTaggedValue> resultArray, CacheType type, uint32_t lastIndexInput, uint32_t lastIndex, JSHandle<JSTaggedValue> extend, bool isIntermediateResult) AddResultInCache() argument

Completed in 8 milliseconds