Home
last modified time | relevance | path

Searched defs:stringType (Results 1 – 3 of 3) sorted by relevance

/third_party/node/benchmark/napi/string/
Dindex.js14 stringType: ['Latin1', 'Utf8', 'Utf16'], property
17 function main({ n, stringType }) { field
/third_party/node/tools/lint-md/
Dlint-md.mjs4516 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/
Dchecker.ts15273 const primitive = type.flags & TypeFlags.StringLiteral ? stringType : constant