Home
last modified time | relevance | path

Searched defs:nodeType (Results 1 – 25 of 47) sorted by relevance

12

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dexplicit-member-accessibility.ts208 const nodeType = 'class property'; constant
239 const nodeType = 'parameter property'; constant
Dno-unnecessary-condition.ts176 const nodeType = getNodeType(node); constant
180 const nodeType = getNodeType(node); constant
/third_party/jsframework/runtime/vdom/
DNode.ts126 public get nodeType() { method in Node
130 public set nodeType(newNodeType: NodeType) { method in Node
/third_party/typescript/tests/baselines/reference/
DintersectionsOfLargeUnions2.js15 let nodeType = node === null ? null : node.nodeType; variable
DintersectionsOfLargeUnions.js5 let nodeType = node === null ? null : node.nodeType; variable
DparserRealSource13.js135 var nodeType = ast.nodeType; variable
DparserRealSource11.js2398 function AST(nodeType) { argument
2718 function Expression(nodeType) { argument
2728 function UnaryExpression(nodeType, operand) { argument
2873 function CallExpression(nodeType, target, arguments) { argument
2906 function BinaryExpression(nodeType, operand1, operand2) { argument
3175 function ModuleElement(nodeType) { argument
3243 function BoundDecl(id, nodeType, nestingLevel) { argument
3308 function FuncDecl(name, bod, isConstructor, arguments, vars, scopes, statics, nodeType) { argument
3519 function NamedDeclaration(nodeType, name, members) { argument
3568 function TypeDeclaration(nodeType, name, extendsList, implementsList, members) { argument
[all …]
/third_party/typescript/src/services/codefixes/
DreturnValueCorrect.ts97 …const nodeType = createObjectTypeFromLabeledExpression(checker, firstStatement.label, firstStateme… constant
118 …const nodeType = createObjectTypeFromLabeledExpression(checker, firstBlockStatement.label, firstBl… constant
DconvertToAsyncFunction.ts135 const nodeType = isExpressionOfName && checker.getTypeAtLocation(node); constant
244 const nodeType = transformer.checker.getTypeAtLocation(node); constant
/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DPatternVisitor.ts24 const nodeType = node.type; constant
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/docs/
Dcomment-node.md60 ### nodeType subsection
Dtext-node.md60 ### nodeType subsection
Ddocument-fragment.md88 ### nodeType subsection
Ddocument-type.md61 ### nodeType subsection
Ddocument.md89 ### nodeType subsection
Delement.md116 ### nodeType subsection
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp155 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
/third_party/python/Lib/xml/dom/
Dminidom.py328 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
348 nodeType = Node.ATTRIBUTE_NODE variable in Attr
666 nodeType = Node.ELEMENT_NODE variable in Element
991 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1093 nodeType = Node.TEXT_NODE variable in Text
1200 nodeType = Node.COMMENT_NODE variable in Comment
1216 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1307 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1368 nodeType = Node.ENTITY_NODE variable in Entity
1407 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp162 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DPipeline.cpp28 const TType &nodeType = var.getType(); in uses() local
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/
DsemanticInfo.test.ts336 const nodeType = checker.getTypeAtLocation(tsNode); constant
/third_party/typescript/src/compiler/transformers/
Des2017.ts457 const nodeType = original.type; constant
/third_party/typescript_eslint/packages/eslint-plugin/src/util/
Dtypes.ts142 const nodeType = checker.getTypeAtLocation(node); constant
/third_party/gettext/gnulib-local/lib/libxml/
Dpattern.c124 int nodeType; /* type of node */ member
1576 const xmlChar *ns, int nodeType, int flags) { in xmlStreamCompAddStep()
1889 int nodeType) { in xmlStreamPushInternal()
2273 int nodeType) in xmlStreamPushNode()
/third_party/libxml2/
Dpattern.c95 int nodeType; /* type of node */ member
1550 const xmlChar *ns, int nodeType, int flags) { in xmlStreamCompAddStep()
1863 int nodeType) { in xmlStreamPushInternal()
2247 int nodeType) in xmlStreamPushNode()

12