/third_party/typescript/src/compiler/transformers/ |
D | jsx.ts | 187 function visitJsxElement(node: JsxElement, isChild: boolean) { 189 return tagTransform(node.openingElement, node.children, isChild, /*location*/ node); 192 function visitJsxSelfClosingElement(node: JsxSelfClosingElement, isChild: boolean) { 194 return tagTransform(node, /*children*/ undefined, isChild, /*location*/ node); 197 function visitJsxFragment(node: JsxFragment, isChild: boolean) { 199 return tagTransform(node.openingFragment, node.children, isChild, /*location*/ node); 216 …(node: JsxOpeningLikeElement, children: readonly JsxChild[] | undefined, isChild: boolean, locatio… 256 …ectProperties, keyAttr, length(getSemanticJsxChildren(children || emptyArray)), isChild, location); 259 …: Expression, keyAttr: JsxAttribute | undefined, childrenLength: number, isChild: boolean, locatio… 279 if (isChild) { [all …]
|
/third_party/node/test/parallel/ |
D | test-trace-events-api.js | 32 const isChild = process.argv[2] === 'child'; constant 81 if (isChild) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyUtilities.h | 26 bool isChild(const MachineInstr &MI, const WebAssemblyFunctionInfo &MFI);
|
D | WebAssemblyUtilities.cpp | 28 bool WebAssembly::isChild(const MachineInstr &MI, in isChild() function in WebAssembly
|
D | WebAssemblyCFGStackify.cpp | 304 if (WebAssembly::isChild(*std::prev(I), MFI)) in placeBlockMarker() 568 if (WebAssembly::isChild(*std::prev(I), MFI)) in placeTryMarker()
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 88916 function visitJsxElement(node, isChild) { argument 88918 return tagTransform(node.openingElement, node.children, isChild, /*location*/ node); 88920 function visitJsxSelfClosingElement(node, isChild) { argument 88922 return tagTransform(node, /*children*/ undefined, isChild, /*location*/ node); 88924 function visitJsxFragment(node, isChild) { argument 88926 return tagTransform(node.openingFragment, node.children, isChild, /*location*/ node); 88941 function visitJsxOpeningLikeElementJSX(node, children, isChild, location) { argument 88974 …ties, keyAttr, ts.length(ts.getSemanticJsxChildren(children || ts.emptyArray)), isChild, location); 88976 …ngLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, childrenLength, isChild, location) { argument 88995 if (isChild) { [all …]
|
D | tsc.js | 74068 function visitJsxElement(node, isChild) { argument 74070 return tagTransform(node.openingElement, node.children, isChild, node); 74072 function visitJsxSelfClosingElement(node, isChild) { argument 74074 return tagTransform(node, undefined, isChild, node); 74076 function visitJsxFragment(node, isChild) { argument 74078 return tagTransform(node.openingFragment, node.children, isChild, node); 74093 function visitJsxOpeningLikeElementJSX(node, children, isChild, location) { argument 74119 …ties, keyAttr, ts.length(ts.getSemanticJsxChildren(children || ts.emptyArray)), isChild, location); 74121 …ngLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, childrenLength, isChild, location) { argument 74137 if (isChild) { [all …]
|
D | tsserver.js | 88927 function visitJsxElement(node, isChild) { argument 88929 return tagTransform(node.openingElement, node.children, isChild, /*location*/ node); 88931 function visitJsxSelfClosingElement(node, isChild) { argument 88933 return tagTransform(node, /*children*/ undefined, isChild, /*location*/ node); 88935 function visitJsxFragment(node, isChild) { argument 88937 return tagTransform(node.openingFragment, node.children, isChild, /*location*/ node); 88952 function visitJsxOpeningLikeElementJSX(node, children, isChild, location) { argument 88985 …ties, keyAttr, ts.length(ts.getSemanticJsxChildren(children || ts.emptyArray)), isChild, location); 88987 …ngLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, childrenLength, isChild, location) { argument 89006 if (isChild) { [all …]
|
D | typescriptServices.js | 89121 function visitJsxElement(node, isChild) { argument 89123 return tagTransform(node.openingElement, node.children, isChild, /*location*/ node); 89125 function visitJsxSelfClosingElement(node, isChild) { argument 89127 return tagTransform(node, /*children*/ undefined, isChild, /*location*/ node); 89129 function visitJsxFragment(node, isChild) { argument 89131 return tagTransform(node.openingFragment, node.children, isChild, /*location*/ node); 89146 function visitJsxOpeningLikeElementJSX(node, children, isChild, location) { argument 89179 …ties, keyAttr, ts.length(ts.getSemanticJsxChildren(children || ts.emptyArray)), isChild, location); 89181 …ngLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, childrenLength, isChild, location) { argument 89200 if (isChild) { [all …]
|
D | tsserverlibrary.js | 89121 function visitJsxElement(node, isChild) { argument 89123 return tagTransform(node.openingElement, node.children, isChild, /*location*/ node); 89125 function visitJsxSelfClosingElement(node, isChild) { argument 89127 return tagTransform(node, /*children*/ undefined, isChild, /*location*/ node); 89129 function visitJsxFragment(node, isChild) { argument 89131 return tagTransform(node.openingFragment, node.children, isChild, /*location*/ node); 89146 function visitJsxOpeningLikeElementJSX(node, children, isChild, location) { argument 89179 …ties, keyAttr, ts.length(ts.getSemanticJsxChildren(children || ts.emptyArray)), isChild, location); 89181 …ngLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, childrenLength, isChild, location) { argument 89200 if (isChild) { [all …]
|
D | typescript.js | 89121 function visitJsxElement(node, isChild) { argument 89123 return tagTransform(node.openingElement, node.children, isChild, /*location*/ node); 89125 function visitJsxSelfClosingElement(node, isChild) { argument 89127 return tagTransform(node, /*children*/ undefined, isChild, /*location*/ node); 89129 function visitJsxFragment(node, isChild) { argument 89131 return tagTransform(node.openingFragment, node.children, isChild, /*location*/ node); 89146 function visitJsxOpeningLikeElementJSX(node, children, isChild, location) { argument 89179 …ties, keyAttr, ts.length(ts.getSemanticJsxChildren(children || ts.emptyArray)), isChild, location); 89181 …ngLikeElementOrFragmentJSX(tagName, objectProperties, keyAttr, childrenLength, isChild, location) { argument 89200 if (isChild) { [all …]
|