Home
last modified time | relevance | path

Searched defs:isString (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcontrolFlowAliasingCatchVariables(useunknownincatchvariables=false).js4 const isString = typeof e === 'string'; constant
16 const isString = typeof e === 'string'; constant
33 var isString = typeof e === 'string'; variable
DcontrolFlowAliasingCatchVariables(useunknownincatchvariables=true).js4 const isString = typeof e === 'string'; constant
16 const isString = typeof e === 'string'; constant
33 var isString = typeof e === 'string'; variable
DarrayEvery.js4 const isString = (x: unknown): x is string => typeof x === 'string'; constant
13 var isString = function (x) { return typeof x === 'string'; }; function
DcontrolFlowAliasing.js50 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/
DcontrolFlowAliasing.ts7 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
DcontrolFlowAliasingCatchVariables.ts5 const isString = typeof e === 'string'; constant
17 const isString = typeof e === 'string'; constant
DassertionTypePredicates1.ts5 declare function isString(value: unknown): value is string; function
DcontrolFlowOptionalChain.ts141 declare const isString: (value: unknown) => asserts value is string; constant
/third_party/typescript/tests/cases/compiler/
DtypePredicatesInUnion2.ts1 declare function isString(x: any): x is string; function
DarrayEvery.ts3 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/
Dmodules_always_emits_as_namespace_2.ts26 export function isString(value: unknown): boolean { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/binary_operators/the_in_operator/
Dthe_in_operator.ts33 function isString(k: A | B) { function
/third_party/node/deps/npm/lib/utils/
Dreplace-info.js2 const isString = (v) => typeof v === 'string' function
/third_party/typescript/tests/ts_extra_tests/suite/
Dassert.ts31 static isString(s: any, msg?: string) { method in Assert
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dparse-field.js19 const isString = isPath || typeList.has(typeDefs.String.type) constant
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dusetiter.h308 inline UBool UnicodeSetIterator::isString() const { in isString() function
/third_party/icu/icu4c/source/common/unicode/
Dusetiter.h306 inline UBool UnicodeSetIterator::isString() const { in isString() function
/third_party/node/deps/icu-small/source/common/unicode/
Dusetiter.h306 inline UBool UnicodeSetIterator::isString() const { in isString() function
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dguards.js41 var isString = isNodeType.bind(null, _types.STRING); variable
/third_party/node/lib/
Dutil.js130 function isString(arg) { function
376 isString, property
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dpattern.js89 isString() { method in Pattern
/third_party/node/deps/npm/node_modules/glob/dist/mjs/
Dpattern.js89 isString() { method in Pattern
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dpattern.js92 isString() { method in Pattern
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/
Dpattern.js92 isString() { method in Pattern
/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp297 bool isString = getChar(offset) == '"' || getChar(offset) == '\''; in parseContainerValue() local

12