Searched defs:propertyKind (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/
H A DChromePass.java140 private Node getTypeByCrPropertyKind(Node propertyKind) { argument
141 if (propertyKind == null || propertyKind.matchesQualifiedName("cr.PropertyKind.JS")) {
144 if (propertyKind.matchesQualifiedName("cr.PropertyKind.ATTR")) {
147 if (propertyKind.matchesQualifiedName("cr.PropertyKind.BOOL_ATTR")) {
150 compiler.report(JSError.make(propertyKind, CR_DEFINE_PROPERTY_INVALID_PROPERTY_KIND,
151 propertyKind.getQualifiedName()));

Completed in 110 milliseconds