Home
last modified time | relevance | path

Searched defs:isElement (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DjsxFactoryQualifiedName.ts21 export function isElement(el: any): el is JSX.Element { function
DjsxFactoryNotIdentifierOrQualifiedName.ts20 export function isElement(el: any): el is JSX.Element { function
DjsxEmitWithAttributes.ts20 export function isElement(el: any): el is JSX.Element { function
DjsxFactoryAndReactNamespace.ts21 export function isElement(el: any): el is JSX.Element { function
DjsxFactoryNotIdentifierOrQualifiedName2.ts20 export function isElement(el: any): el is JSX.Element { function
DjsxFactoryIdentifier.ts21 export function isElement(el: any): el is JSX.Element { function
DunderscoreTest1.ts49 isElement(): boolean; method
223 isElement(): ChainedObject<boolean>; method
605 isElement(object: any): boolean; method
/third_party/typescript/tests/baselines/reference/
DjsxFactoryNotIdentifierOrQualifiedName2.js58 function isElement(el) { function
DjsxFactoryNotIdentifierOrQualifiedName.js58 function isElement(el) { function
DjsxFactoryAndReactNamespace.js58 function isElement(el) { function
DjsxEmitWithAttributes.js58 function isElement(el) { function
DjsxFactoryQualifiedName.js58 function isElement(el) { function
DjsxFactoryIdentifier.js59 function isElement(el) { function
/third_party/lame/ACM/tinyxml/
Dtinyxmlparser.cpp284 bool isElement = node->ToElement() != 0; in StreamIn() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp680 bool isElement = node->ToElement() != 0; in StreamIn() local