Home
last modified time | relevance | path

Searched refs:rest1 (Results 1 - 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DdestructuringUnspreadableIntoRest.js16 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 DrestIntersection.js4 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 DrestUnion.js4 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 DfunctionWithUseStrictAndSimpleParameterList_es2016.js20 function rest1(a = 1, ...args) { function
67 function rest1(a = 1, ...args) {
H A DfunctionWithUseStrictAndSimpleParameterList.js20 function rest1(a = 1, ...args) { function
77 function rest1(a) {
/third_party/backends/backend/
H A Dhp5590.c2421 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 5 milliseconds