Searched refs:rest1 (Results 1 - 6 of 6) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | destructuringUnspreadableIntoRest.js | 16 const { ...rest1 } = this; 21 rest1.publicProp; 26 rest1.privateProp; 31 rest1.protectedProp; 36 rest1.getter; 41 rest1.setter; 46 rest1.method; 54 const { ...rest1 } = x; 59 rest1.publicProp; 64 rest1 [all...] |
H A D | restIntersection.js | 4 var rest1: { y: number, w: string, z: string }; 5 var {x, ...rest1 } = intersection; 21 var rest1;
variable 22 var x = intersection.x, rest1 = __rest(intersection, ["x"]);
|
H A D | restUnion.js | 4 var rest1: { c: boolean } | { b: string }; 5 var {a, ...rest1 } = union; 31 var rest1;
variable 32 var a = union.a, rest1 = __rest(union, ["a"]);
|
H A D | functionWithUseStrictAndSimpleParameterList_es2016.js | 20 function rest1(a = 1, ...args) { function 67 function rest1(a = 1, ...args) {
|
H A D | functionWithUseStrictAndSimpleParameterList.js | 20 function rest1(a = 1, ...args) { function 77 function rest1(a) {
|
/third_party/backends/backend/ |
H A D | hp5590.c | 2421 SANE_Int rest1 = max_lines - *n_lines1_ptr; in append_and_move_lines() local 2423 if (copy2 > rest1) { in append_and_move_lines()
|
Completed in 6 milliseconds