Searched refs:ScopeBuilder (Results 1 – 2 of 2) sorted by relevance
28822 var ScopeBuilder = /** @class */ (function () { function28823 function ScopeBuilder(scope) { class in AnonymousFunction410cd55f19700.ScopeBuilder28826 ScopeBuilder.prototype.addSymbol = function (node, name, value, type) { class28834 ScopeBuilder.prototype.addScope = function (node) {28854 ScopeBuilder.prototype.visitNode = function (node) {28899 ScopeBuilder.prototype.visitRuleSet = function (node) {28913 ScopeBuilder.prototype.visitVariableDeclarationNode = function (node) {28918 ScopeBuilder.prototype.visitFunctionParameterNode = function (node) {28933 ScopeBuilder.prototype.addCSSVariable = function (node, name, value, type) {28938 return ScopeBuilder;[all …]
1 …ScopeBuilder = /** @class */ (function () {\n function ScopeBuilder(scope) {\n this.scop…