Home
last modified time | relevance | path

Searched refs:isInStateStylesObject (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts305 if (target && isInStateStylesObject(node)) {
314 function isInStateStylesObject(node: Node | undefined): boolean { function