Home
last modified time | relevance | path

Searched refs:Installer (Results 1 – 25 of 63) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DtypeFromJSConstructor.symbols2 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 …]
DtypeFromPropertyAssignment22.symbols2 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 …]
DtypeFromPropertyAssignment22.types2 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 …]
DtypeFromJSConstructor.types2 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 …]
DtypeFromPropertyAssignment22.errors.txt5 function Installer () {
8 Installer.prototype.loadArgMetadata = function (next) {
17 var i = new Installer()
DtypeFromJSConstructor.errors.txt11 function Installer () {
25 Installer.prototype.first = function () {
36 Installer.prototype.second = function () {
/third_party/node/deps/npm/lib/
Dinstall.js18 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 …]
Dprune.js12 var Installer = require('./install.js').Installer variable
28 Installer.call(this, where, dryrun, args)
31 util.inherits(Pruner, Installer)
Duninstall.js11 const Installer = require('./install.js').Installer constant
51 class Uninstaller extends Installer {
Dupdate.js8 const Installer = require('./install.js').Installer constant
68 const inst = new Installer(deps.where, dryrun, deps.what, deps.opts)
Ddedupe.js10 var Installer = require('./install.js').Installer variable
46 Installer.call(this, where, dryrun, [])
50 util.inherits(Deduper, Installer)
Dci.js4 const Installer = require('libcipm') constant
45 return new Installer(opts).run().then(details => {
Daudit.js8 const Installer = require('./install.js').Installer constant
58 class Auditor extends Installer {
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment22.ts6 function Installer () { function
9 Installer.prototype.loadArgMetadata = function (next) {
16 var i = new Installer()
DtypeFromJSConstructor.ts7 function Installer () { function
19 Installer.prototype.first = function () {
26 Installer.prototype.second = function () {
/third_party/node/deps/npm/lib/install/action/
Dglobal-install.js4 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/
Duninstall-in-reverse.js27 var Installer = require('../../lib/install.js').Installer
28 var inst = new Installer(__dirname, false, [])
Dno-scan-full-global-dir.js63 var Installer = installer.Installer
64 class TestInstaller extends Installer {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DToolOutputFile.cpp38 : 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/
DtypingsInstaller.ts11 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/
DToolOutputFile.h39 } Installer;
57 void keep() { Installer.Keep = true; } in keep()
/third_party/node/tools/msvs/
Dvswhere_usability_wrapper.cmd9 set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer"
10 if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"
/third_party/libuv/tools/
Dvswhere_usability_wrapper.cmd10 set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer"
11 if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"
/third_party/python/PCbuild/
Denv.bat15 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/
Dvswhere_usability_wrapper.cmd10 set "InstallerPath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer"
11 if not exist "%InstallerPath%" set "InstallerPath=%ProgramFiles%\Microsoft Visual Studio\Installer"

123