Searched defs:stringType (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/benchmark/napi/string/ |
| D | index.js | 14 stringType: ['Latin1', 'Utf8', 'Utf16'], property 17 function main({ n, stringType }) { field
|
| /third_party/node/tools/lint-md/ |
| D | lint-md.mjs | 4516 stringType, argument 4612 function factoryLabel(effects, ok, nok, type, markerType, stringType) { argument 4681 function factoryTitle(effects, ok, nok, type, markerType, stringType) { argument
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 15273 const primitive = type.flags & TypeFlags.StringLiteral ? stringType : constant
|