Home
last modified time | relevance | path

Searched refs:hasArgument (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/tsserver/
Dserver.ts34 const syntaxOnly = hasArgument("--syntaxOnly");
64 allowLocalPluginLoads: hasArgument("--allowLocalPluginLoads"),
65 useSingleInferredProject: hasArgument("--useSingleInferredProject"),
66 useInferredProjectPerProjectRoot: hasArgument("--useInferredProjectPerProjectRoot"),
67 suppressDiagnosticEvents: hasArgument("--suppressDiagnosticEvents"),
68 noGetErrOnBackgroundUpdate: hasArgument("--noGetErrOnBackgroundUpdate"),
DnodeServer.ts797 const validateDefaultNpmLocation = hasArgument(Arguments.ValidateDefaultNpmLocation);
798 … const disableAutomaticTypingAcquisition = hasArgument("--disableAutomaticTypingAcquisition");
799 const useNodeIpc = hasArgument("--useNodeIpc");
800 const telemetryEnabled = hasArgument(Arguments.EnableTelemetry);
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
DUOption.java54 int hasArgument) { in create() argument
55 return new UOption(aLongName, aShortName, hasArgument); in create()
64 int hasArgument) { in DEF() argument
65 return create(aLongName, aShortName, hasArgument); in DEF()
265 int hasArgument) { in UOption() argument
268 hasArg = hasArgument; in UOption()
/third_party/typescript/src/jsTyping/
Dshared.ts44 export function hasArgument(argumentName: string) { function
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts233 const validateDefaultNpmLocation = hasArgument(Arguments.ValidateDefaultNpmLocation);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h658 bool hasArgument(const Value *Arg) const { in hasArgument() function
DInstrTypes.h1290 bool hasArgument(const Value *V) const {
/third_party/typescript/lib/
DtypingsInstaller.js131271 function hasArgument(argumentName) { function
131274 server.hasArgument = hasArgument;
132330 … var validateDefaultNpmLocation = server.hasArgument(server.Arguments.ValidateDefaultNpmLocation);
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs22778 …var hasArgument = !this.match(";") && !this.match("}") && !this.hasLineTerminator && this.lookahea…
22779 var argument = hasArgument ? this.parseExpression() : null;