Home
last modified time | relevance | path

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

/third_party/typescript/scripts/eslint/rules/
Ddebug-assert.ts23 const isStringLiteral = (node: TSESTree.Node): boolean => ( constant
Dno-double-space.ts24 const isStringLiteral = (node: TSESTree.Node | null): boolean => { constant
/third_party/typescript/src/compiler/factory/
DnodeTests.ts12 export function isStringLiteral(node: Node): node is StringLiteral { function
/third_party/typescript/src/services/
Dtypes.ts70 isStringLiteral(): this is StringLiteralType; method
/third_party/typescript/lib/
Dtypescript.d.ts5356 isStringLiteral(): this is StringLiteralType; method
DtypescriptServices.d.ts5356 isStringLiteral(): this is StringLiteralType; method
Dtsserverlibrary.d.ts5356 isStringLiteral(): this is StringLiteralType; method
DtypescriptServices.js26772 function isStringLiteral(node) { function
149437 TypeObject.prototype.isStringLiteral = function () { method in TypeObject
Dtypescript.js26772 function isStringLiteral(node) { function
149437 TypeObject.prototype.isStringLiteral = function () { method in TypeObject
Dtsserverlibrary.js26772 function isStringLiteral(node) { function
149437 TypeObject.prototype.isStringLiteral = function () { method in TypeObject
Dtsserver.js26578 function isStringLiteral(node) { function
148868 TypeObject.prototype.isStringLiteral = function () { method in TypeObject
Dtsc.js21316 function isStringLiteral(node) { function
DtypingsInstaller.js26567 function isStringLiteral(node) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5597 isStringLiteral(): this is StringLiteralType; method
Dtsserverlibrary.d.ts5597 isStringLiteral(): this is StringLiteralType; method