Searched refs:matchMessage (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/server/ |
| D | build_pipe_server.js | 357 if (matchMessage(message, [...propertyVariable, ...props], stateInfoReg) || 358 matchMessage(message, [...dollarCollection], $$InfoReg)) { 364 function matchMessage(message, nameArr, reg) { function
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 401 if (matchMessage(message, props, propInfoReg) || 402 matchMessage(message, props, stateInfoReg)) { 407 function matchMessage(message: string, nameArr: any, reg: RegExp): boolean { function
|