Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts11668 … const restParamSymbol = createSymbol(SymbolFlags.FunctionScopedVariable, "args" as __String); constant
28073 … const restParamSymbol = createSymbol(SymbolFlags.FunctionScopedVariable, "args" as __String); constant