Searched refs:checkLineStyle (Results 1 – 2 of 2) sorted by relevance
34271 function checkLineStyle(valueNode, allowsKeywords) { function34283 return nodes.map(function (node) { return checkLineStyle(node, allowsKeywords); });34291 return checkLineWidth(value) && checkLineStyle(value);34299 !checkLineStyle(value, /* allowsKeywords: */ false)) {34353 … updateModelWithValue(model, segments[1], checkLineStyle(value, true), property);
1 …checkLineStyle(valueNode, allowsKeywords) {\n if (allowsKeywords === void 0) { allowsKeywords =…