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.ts41 private static readonly ARRAY_KEY_REGEX = new RegExp('(.+)\\[(\\d+)\\]'); property in ObjectUtils
104 const match = ObjectUtils.ARRAY_KEY_REGEX.exec(rawKey);