| /third_party/typescript/tests/baselines/reference/ |
| D | controlFlowAliasingCatchVariables(useunknownincatchvariables=false).js | 4 const isString = typeof e === 'string'; constant 16 const isString = typeof e === 'string'; constant 33 var isString = typeof e === 'string'; variable
|
| D | controlFlowAliasingCatchVariables(useunknownincatchvariables=true).js | 4 const isString = typeof e === 'string'; constant 16 const isString = typeof e === 'string'; constant 33 var isString = typeof e === 'string'; variable
|
| D | arrayEvery.js | 4 const isString = (x: unknown): x is string => typeof x === 'string'; constant 13 var isString = function (x) { return typeof x === 'string'; }; function
|
| D | controlFlowAliasing.js | 50 const isString = typeof obj.x === 'string'; constant 57 const isString = typeof obj.x === 'string'; constant 65 const isString = typeof obj[0] === 'string'; constant 72 const isString = typeof obj[0] === 'string'; constant
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowAliasing.ts | 7 const isString = typeof x === "string"; constant 17 const isString = typeof x === "string"; constant 24 const isString = typeof x === "string"; constant 35 const isString = typeof x === "string"; constant 52 const isString = typeof obj.x === 'string'; constant 59 const isString = typeof obj.x === 'string'; constant 67 const isString = typeof obj[0] === 'string'; constant 74 const isString = typeof obj[0] === 'string'; constant
|
| D | controlFlowAliasingCatchVariables.ts | 5 const isString = typeof e === 'string'; constant 17 const isString = typeof e === 'string'; constant
|
| D | assertionTypePredicates1.ts | 5 declare function isString(value: unknown): value is string; function
|
| D | controlFlowOptionalChain.ts | 141 declare const isString: (value: unknown) => asserts value is string; constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | typePredicatesInUnion2.ts | 1 declare function isString(x: any): x is string; function
|
| D | arrayEvery.ts | 3 const isString = (x: unknown): x is string => typeof x === 'string'; constant
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/modules_always_emits_as_namespace/ |
| D | modules_always_emits_as_namespace_2.ts | 26 export function isString(value: unknown): boolean { function
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/binary_operators/the_in_operator/ |
| D | the_in_operator.ts | 33 function isString(k: A | B) { function
|
| /third_party/node/deps/npm/lib/utils/ |
| D | replace-info.js | 2 const isString = (v) => typeof v === 'string' function
|
| /third_party/typescript/tests/ts_extra_tests/suite/ |
| D | assert.ts | 31 static isString(s: any, msg?: string) { method in Assert
|
| /third_party/node/deps/npm/node_modules/@npmcli/config/lib/ |
| D | parse-field.js | 19 const isString = isPath || typeList.has(typeDefs.String.type) constant
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | usetiter.h | 308 inline UBool UnicodeSetIterator::isString() const { in isString() function
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | usetiter.h | 306 inline UBool UnicodeSetIterator::isString() const { in isString() function
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | usetiter.h | 306 inline UBool UnicodeSetIterator::isString() const { in isString() function
|
| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| D | guards.js | 41 var isString = isNodeType.bind(null, _types.STRING); variable
|
| /third_party/node/lib/ |
| D | util.js | 130 function isString(arg) { function 376 isString, property
|
| /third_party/node/deps/npm/node_modules/glob/dist/esm/ |
| D | pattern.js | 89 isString() { method in Pattern
|
| /third_party/node/deps/npm/node_modules/glob/dist/mjs/ |
| D | pattern.js | 89 isString() { method in Pattern
|
| /third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
| D | pattern.js | 92 isString() { method in Pattern
|
| /third_party/node/deps/npm/node_modules/glob/dist/cjs/src/ |
| D | pattern.js | 92 isString() { method in Pattern
|
| /third_party/vk-gl-cts/executor/ |
| D | xeContainerFormatParser.cpp | 297 bool isString = getChar(offset) == '"' || getChar(offset) == '\''; in parseContainerValue() local
|