Home
last modified time | relevance | path

Searched refs:thingy (Results 1 - 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DunusedImportDeclaration.js11 var thingy: B = {
15 foo("IN " + thingy.me + "!");
29 var thingy = {
32 foo("IN " + thingy.me + "!");
/third_party/python/Lib/test/crashers/
H A Dunderlying_dict.py3 thingy = object() variable
7 x = thingy
9 r = gc.get_referrers(thingy)
/third_party/node/deps/npm/node_modules/aproba/
H A Dindex.js4 function isArguments (thingy) {
5 return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee')

Completed in 1 milliseconds