Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_class.ts168 if (isStaticProperty(item)) {
223 function isStaticProperty(property: ts.PropertyDeclaration): boolean { function