Searched refs:regulars (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | validate_ui_syntax.ts | 112 regulars: Set<string>; property 805 regularCollection.set(componentName, ComponentSet.regulars); 823 const regulars: Set<string> = new Set(); constant 834 traversalComponentProps(node, judgeInitializeInEntry, properties, regulars, states, links, props, 838 properties, regulars, states, links, props, storageProps, storageLinks, provides, consumes, 844 …properties: Set<string>, regulars: Set<string>, states: Set<string>, links: Set<string>, props: Se… 857 regulars.add(propertyName);
|
| D | process_import.ts | 396 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars, 403 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars, 410 ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars, 823 ComponentSet.props, ComponentSet.builderParams, ComponentSet.states, ComponentSet.regulars,
|