Home
last modified time | relevance | path

Searched refs:ARRAY_KEY_REGEX (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/common/
Dobject_utils.ts28 static readonly ARRAY_KEY_REGEX = new RegExp('(.+)\\[(\\d+)\\]'); property in ObjectUtils
77 const match = ObjectUtils.ARRAY_KEY_REGEX.exec(rawKey);