Lines Matching refs:isStatic
5357 pp$8.flowParseObjectTypeIndexer = function (node, isStatic, variance) { argument
5358 node.static = isStatic;
5402 pp$8.flowParseObjectTypeMethod = function (startPos, startLoc, isStatic, key) { argument
5405 node.static = isStatic;
5412 pp$8.flowParseObjectTypeCallProperty = function (node, isStatic) { argument
5414 node.static = isStatic;
5427 var isStatic = false;
5454 isStatic = true;
5461 nodeStart.indexers.push(this.flowParseObjectTypeIndexer(node, isStatic, variance));
5466 nodeStart.callProperties.push(this.flowParseObjectTypeCallProperty(node, isStatic));
5486 …nodeStart.properties.push(this.flowParseObjectTypeMethod(startPos, startLoc, isStatic, propertyKey…
5494 node.static = isStatic;
5502 isStatic = false;