/third_party/typescript/tests/baselines/reference/ |
D | emitRestParametersMethodES6.js | 3 constructor(name: string, ...rest) { } 5 public bar(...rest) { } 6 public foo(x: number, ...rest) { } 10 constructor(...rest) { } 12 public bar(...rest) { } 13 public foo(x: number, ...rest) { } 19 constructor(name, ...rest) { } 20 bar(...rest) { } 21 foo(x, ...rest) { } 24 constructor(...rest) { } [all …]
|
D | emitRestParametersFunctionExpression.js | 2 var funcExp = (...rest) => { } 3 var funcExp1 = (X: number, ...rest) => { } 4 var funcExp2 = function (...rest) { } 5 var funcExp3 = (function (...rest) { })()
|
D | emitRestParametersFunctionExpressionES6.js | 2 var funcExp = (...rest) => { } 3 var funcExp1 = (X: number, ...rest) => { } 4 var funcExp2 = function (...rest) { } 5 var funcExp3 = (function (...rest) { })()
|
D | emitRestParametersMethod.js | 3 constructor(name: string, ...rest) { } 5 public bar(...rest) { } 6 public foo(x: number, ...rest) { } 10 constructor(...rest) { } 12 public bar(...rest) { } 13 public foo(x: number, ...rest) { }
|
D | emitDefaultParametersFunctionExpressionES6.js | 4 var lambda3 = (x: number, y = "hello", ...rest) => { } 5 var lambda4 = (y = "hello", ...rest) => { } 7 var x = function (str = "hello", ...rest) { } 8 var y = (function (num = 10, boo = false, ...rest) { })() 9 var z = (function (num: number, boo = false, ...rest) { })(10)
|
D | emitDefaultParametersFunctionExpression.js | 4 var lambda3 = (x: number, y = "hello", ...rest) => { } 5 var lambda4 = (y = "hello", ...rest) => { } 7 var x = function (str = "hello", ...rest) { } 8 var y = (function (num = 10, boo = false, ...rest) { })() 9 var z = (function (num: number, boo = false, ...rest) { })(10)
|
D | emitDefaultParametersMethodES6.js | 6 public foo1(x: string, t = false, ...rest) { } 8 public boo(t = false, ...rest) { } 16 constructor(y = "hello", ...rest) { } 23 foo1(x, t = false, ...rest) { } 25 boo(t = false, ...rest) { } 31 constructor(y = "hello", ...rest) { }
|
D | emitDefaultParametersFunctionPropertyES6.js | 3 func1(y = 10, ...rest) { }, 6 func4(x: string, z: number, y = "hello", ...rest) { }, 11 func1(y = 10, ...rest) { }, 14 func4(x, z, y = "hello", ...rest) { },
|
D | emitRestParametersFunction.js | 2 function bar(...rest) { } 3 function foo(x: number, y: string, ...rest) { }
|
D | emitRestParametersFunctionES6.js | 2 function bar(...rest) { } 3 function foo(x: number, y: string, ...rest) { }
|
D | emitRestParametersFunctionPropertyES6.js | 7 func(...rest) { } 13 func(...rest) { }
|
D | commentsAfterSpread.js | 37 function f ( 44 function g ( 57 const i = ( 61 const j = (
|
D | reactTagNameComponentWithPropsNoOOM.js | 8 const rest: {} = {}; constant 31 var rest = {}; variable
|
D | emitDefaultParametersFunctionES6.js | 3 function baz(x: string, y = 5, ...rest) { } 5 function bar1(y = 10, ...rest) { }
|
D | emitDefaultParametersFunction.js | 3 function baz(x: string, y = 5, ...rest) { } 5 function bar1(y = 10, ...rest) { }
|
D | objectSpreadNoTransform.js | 5 var rest: any; variable 13 var rest; variable
|
D | objectRestAssignment.js | 5 let rest: { }; variable 33 let rest; variable
|
D | disallowLineTerminatorBeforeArrow.js | 6 var f3 = (x: string, y: number, ...rest) 8 var f4 = (x: string, y: number, ...rest) /* 10 var f5 = (...rest) 12 var f6 = (...rest) /*
|
D | emitDefaultParametersMethod.js | 6 public foo1(x: string, t = false, ...rest) { } 8 public boo(t = false, ...rest) { } 16 constructor(y = "hello", ...rest) { }
|
/third_party/boost/boost/vmd/detail/ |
D | identifier.hpp | 28 #define BOOST_VMD_DETAIL_IDENTIFIER_PROCESS_KEYS_SUCCESS(id,rest,keymatch,mods) \ argument 32 #define BOOST_VMD_DETAIL_IDENTIFIER_PROCESS_KEYS_FAILURE(id,rest,keymatch,mods) \ argument 36 #define BOOST_VMD_DETAIL_IDENTIFIER_PROCESS_KEYS_TUPLE_RESULT(id,rest,keymatch,mods) \ argument 46 #define BOOST_VMD_DETAIL_IDENTIFIER_PROCESS_KEYS_TUPLE_RESULT_D(d,id,rest,keymatch,mods) \ argument 56 #define BOOST_VMD_DETAIL_IDENTIFIER_PROCESS_KEYS_TUPLE(id,rest,keytuple,mods) \ argument 66 #define BOOST_VMD_DETAIL_IDENTIFIER_PROCESS_KEYS_TUPLE_D(d,id,rest,keytuple,mods) \ argument 138 #define BOOST_VMD_DETAIL_IDENTIFIER_PROCESS_KEYS(id,rest,mods) \ argument 148 #define BOOST_VMD_DETAIL_IDENTIFIER_PROCESS_KEYS_D(d,id,rest,mods) \ argument 159 #define BOOST_VMD_DETAIL_IDENTIFIER_JUST(id,rest,mods) \ argument 163 #define BOOST_VMD_DETAIL_IDENTIFIER_JUST_D(d,id,rest,mods) \ argument [all …]
|
/third_party/node/benchmark/es/ |
D | spread-bench.js | 10 rest: [0, 1], property 14 function makeTest(count, rest) { argument 25 function main({ n, context, count, rest, method }) { property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | AlignOf.h | 25 AlignerImpl<Ts...> rest; variable 36 SizerImpl<Ts...> rest; member
|
/third_party/boost/libs/hana/example/tutorial/ |
D | quickstart.switchAny.cpp | 38 auto process(Any& a, std::type_index const& t, Default& default_, in process() 59 auto rest = hana::filter(cases, [](auto const& c) { in switch_() local 63 return hana::unpack(rest, [&](auto& ...rest) { in switch_()
|
/third_party/boost/libs/pfr/test/run/ |
D | destructuring_tie.cpp | 11 struct { size_t val; char const* rest; } res = { 0, p }; in parseHex() member 31 size_t byteCount, address, recordType; char const* rest; in parseLinePrefix() member
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 172 def v0(*rest): pass 173 def v1(a, *rest): pass 174 def v2(a, b, *rest): pass 175 def v3(a, (b, c), *rest): return a, b, c, rest 240 def d01v(a=1, *rest): pass 247 def d11v(a, b=1, *rest): pass 251 def d21v(a, b, c=1, *rest): pass 257 def d02v(a=1, b=2, *rest): pass 264 def d12v(a, b=1, c=2, *rest): pass 272 def d22v(a, b, c=1, d=2, *rest): pass
|