Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h151 static constexpr uint32_t LAST_INDEX_OFFSET = 0; member in panda::ecmascript::builtins::BuiltinsRegExp
H A Dbuiltins_regexp.cpp217 JSTaggedValue lastIndex = JSHandle<JSObject>::Cast(regexp)->GetPropertyInlinedProps(LAST_INDEX_OFFSET); in IsFastRegExp()
770 JSHandle<JSObject>::Cast(jsRegExp)->GetPropertyInlinedProps(LAST_INDEX_OFFSET), isFastPath); in RegExpMatchAll()
2841 JSHandle<JSObject>::Cast(regexp)->SetPropertyInlinedPropsWithRep(thread, LAST_INDEX_OFFSET, lastIndex); in SetLastIndex()
2851 return JSHandle<JSObject>::Cast(regexp)->GetPropertyInlinedProps(LAST_INDEX_OFFSET).GetInt(); in GetLastIndex()

Completed in 8 milliseconds