Searched defs:isIntermediateResult (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.cpp | 1975 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> ®exp, 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