Home
last modified time | relevance | path

Searched refs:INPUT_STRING_INDEX (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h322 static constexpr int INPUT_STRING_INDEX = 2; member in panda::ecmascript::builtins::RegExpExecResultCache
384 Set(thread, INPUT_STRING_INDEX, string); in SetInputString()
389 return Get(INPUT_STRING_INDEX); in GetInputString()
423 static constexpr int INPUT_STRING_INDEX = 10; // save input string member in panda::ecmascript::builtins::RegExpGlobalResult
H A Dbuiltins_regexp.cpp2510 JSTaggedValue cachedStr = Get(index + INPUT_STRING_INDEX); in FindCachedResult()
2512 Set(thread, index + INPUT_STRING_INDEX, inputValue); in FindCachedResult()
2659 Set(thread, index + INPUT_STRING_INDEX, input); in SetEntry()
2742 JSTaggedValue keyInput = Get(index + INPUT_STRING_INDEX); in Match()

Completed in 7 milliseconds