Home
last modified time | relevance | path

Searched defs:thingy (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/copy-concurrently/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/node/deps/npm/node_modules/move-concurrently/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/node/deps/npm/node_modules/run-queue/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/node/deps/npm/node_modules/gauge/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/node/deps/npm/node_modules/gentle-fs/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/typescript/tests/baselines/reference/
DunusedImportDeclaration.js11 var thingy: B = { variable
29 var thingy = { variable
/third_party/typescript/tests/cases/compiler/
DunusedImportDeclaration.ts11 var thingy: B = { variable
/third_party/python/Lib/test/crashers/
Dunderlying_dict.py3 thingy = object() variable
/third_party/node/deps/npm/node_modules/aproba/
Dindex.js4 function isArguments (thingy) { argument