Lines Matching refs:constructor
10 constructor(lexer, start, end) { method in SourceLocation
59 constructor(text, // the text of this token method in Token
90 constructor(message, // The error message method in ParseError
271 constructor(options) { method in Settings
399 constructor(id, size, cramped) { method in Style
1009 constructor(children) { method in DocumentFragment
1198 constructor(classes, children, options, style) { method in Span
1240 constructor(href, classes, children, options) { method in Anchor
1275 constructor(src, alt, style) { method in Img
1343 constructor(text, height, depth, italic, skew, width, classes, style) { method in SymbolNode
1472 constructor(children, attributes) { method in SvgNode
1517 constructor(pathName, alternate) { method in PathNode
1547 constructor(attributes) { method in LineNode
5003 constructor(data) { method in Options
6721 * constructor requires the type of node to create (for example, `"mo"` or
6726 constructor(type, children) { method in MathNode
6811 constructor(text) { method in TextNode
6852 constructor(width) { method in SpaceNode
13601 constructor(input, settings) { method in Lexer
13681 constructor(builtins, globalMacros) { method in Namespace
14681 constructor(input, settings, mode) { method in MacroExpander
15762 constructor(input, settings) { method in Parser