/third_party/typescript/tests/baselines/reference/ |
D | typeFromJSConstructor.symbols | 2 function Installer () { 3 >Installer : Symbol(Installer, Decl(a.js, 0, 0)) 7 >this.arg : Symbol(Installer.arg, Decl(a.js, 0, 23), Decl(a.js, 12, 41), Decl(a.js, 19, 42)) 8 >this : Symbol(Installer, Decl(a.js, 0, 0)) 9 >arg : Symbol(Installer.arg, Decl(a.js, 0, 23), Decl(a.js, 12, 41), Decl(a.js, 19, 42)) 13 >this.unknown : Symbol(Installer.unknown, Decl(a.js, 2, 16), Decl(a.js, 13, 19), Decl(a.js, 20, 20)) 14 >this : Symbol(Installer, Decl(a.js, 0, 0)) 15 >unknown : Symbol(Installer.unknown, Decl(a.js, 2, 16), Decl(a.js, 13, 19), Decl(a.js, 20, 20)) 19 >this.twice : Symbol(Installer.twice, Decl(a.js, 4, 23), Decl(a.js, 6, 26), Decl(a.js, 15, 24), Dec… 20 >this : Symbol(Installer, Decl(a.js, 0, 0)) [all …]
|
D | typeFromPropertyAssignment22.symbols | 2 function Installer () { 3 >Installer : Symbol(Installer, Decl(npm-install.js, 0, 0)) 6 >this.args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15)) 7 >this : Symbol(Installer, Decl(npm-install.js, 0, 0)) 8 >args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15)) 10 Installer.prototype.loadArgMetadata = function (next) { 11 >Installer.prototype : Symbol(Installer.loadArgMetadata, Decl(npm-install.js, 2, 1)) 12 >Installer : Symbol(Installer, Decl(npm-install.js, 0, 0)) 14 >loadArgMetadata : Symbol(Installer.loadArgMetadata, Decl(npm-install.js, 2, 1)) 22 >this.args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15)) [all …]
|
D | typeFromPropertyAssignment22.types | 2 function Installer () { 3 >Installer : typeof Installer 12 Installer.prototype.loadArgMetadata = function (next) { 13 >Installer.prototype.loadArgMetadata = function (next) { // ArrowFunction isn't treated as a thi… 14 >Installer.prototype.loadArgMetadata : any 15 >Installer.prototype : any 16 >Installer : typeof Installer 42 var i = new Installer() 43 >i : Installer 44 >new Installer() : Installer [all …]
|
D | typeFromJSConstructor.types | 2 function Installer () { 3 >Installer : typeof Installer 51 Installer.prototype.first = function () { 52 >Installer.prototype.first = function () { this.arg = 'hi' // error this.unknown = 'hi' // ok… 53 >Installer.prototype.first : any 54 >Installer.prototype : any 55 >Installer : typeof Installer 95 Installer.prototype.second = function () { 96 >Installer.prototype.second = function () { this.arg = false // error this.unknown = false //… 97 >Installer.prototype.second : any [all …]
|
D | typeFromPropertyAssignment22.errors.txt | 5 function Installer () { 8 Installer.prototype.loadArgMetadata = function (next) { 17 var i = new Installer()
|
D | typeFromJSConstructor.errors.txt | 11 function Installer () { 25 Installer.prototype.first = function () { 36 Installer.prototype.second = function () {
|
/third_party/node/deps/npm/lib/ |
D | install.js | 18 module.exports.Installer = Installer 210 new Installer(where, dryrun, args).run(cb) 213 function Installer (where, dryrun, args, opts) { class 251 Installer.prototype = {} 253 Installer.prototype.run = function (_cb) { 365 Installer.prototype.loadArgMetadata = function (next) { 372 Installer.prototype.newTracker = function (tracker, name, size) { 382 Installer.prototype.finishTracker = function (name, cb) { 388 Installer.prototype.loadCurrentTree = function (cb) { 403 Installer.prototype.normalizeCurrentTree = function (cb) { [all …]
|
D | prune.js | 12 var Installer = require('./install.js').Installer variable 28 Installer.call(this, where, dryrun, args) 31 util.inherits(Pruner, Installer)
|
D | uninstall.js | 11 const Installer = require('./install.js').Installer constant 51 class Uninstaller extends Installer {
|
D | update.js | 8 const Installer = require('./install.js').Installer constant 68 const inst = new Installer(deps.where, dryrun, deps.what, deps.opts)
|
D | dedupe.js | 10 var Installer = require('./install.js').Installer variable 46 Installer.call(this, where, dryrun, []) 50 util.inherits(Deduper, Installer)
|
D | ci.js | 4 const Installer = require('libcipm') constant 45 return new Installer(opts).run().then(details => {
|
D | audit.js | 8 const Installer = require('./install.js').Installer constant 58 class Auditor extends Installer {
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromPropertyAssignment22.ts | 6 function Installer () { function 9 Installer.prototype.loadArgMetadata = function (next) { 16 var i = new Installer()
|
D | typeFromJSConstructor.ts | 7 function Installer () { function 19 Installer.prototype.first = function () { 26 Installer.prototype.second = function () {
|
/third_party/node/deps/npm/lib/install/action/ |
D | global-install.js | 4 var Installer = require('../../install.js').Installer variable 12 …var install = new Installer(globalRoot, false, [moduleName(pkg) + '@' + pkg.package._requested.raw…
|
/third_party/node/deps/npm/test/tap/ |
D | uninstall-in-reverse.js | 27 var Installer = require('../../lib/install.js').Installer 28 var inst = new Installer(__dirname, false, [])
|
D | no-scan-full-global-dir.js | 63 var Installer = installer.Installer 64 class TestInstaller extends Installer {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ToolOutputFile.cpp | 38 : Installer(Filename), OS(Filename, EC, Flags) { in ToolOutputFile() 41 Installer.Keep = true; in ToolOutputFile() 45 : Installer(Filename), OS(FD, true) {} in ToolOutputFile()
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 11 class Installer extends TestTypingsInstaller { class 27 …function executeCommand(self: Installer, host: TestServerHost, installedTypings: string[] | string… 73 const installer = new (class extends Installer { 121 const installer = new (class extends Installer { 186 const installer = new (class extends Installer { 220 const installer = new (class extends Installer { 260 const installer = new (class extends Installer { 292 const installer = new (class extends Installer { 319 const installer = new (class extends Installer { 353 const installer: Installer = new (class extends Installer { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ToolOutputFile.h | 39 } Installer; 57 void keep() { Installer.Keep = true; } in keep()
|
/third_party/node/tools/msvs/ |
D | vswhere_usability_wrapper.cmd | 9 set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer" 10 if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"
|
/third_party/libuv/tools/ |
D | vswhere_usability_wrapper.cmd | 10 set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer" 11 if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"
|
/third_party/python/PCbuild/ |
D | env.bat | 15 if not exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" goto :skip_vswhere 17 for /F "tokens=*" %%i in ('"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -pro…
|
/third_party/boost/tools/build/src/engine/ |
D | vswhere_usability_wrapper.cmd | 10 set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer" 11 if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"
|