Searched full:formal (Results 1 – 25 of 67) sorted by relevance
123
97 - desc: capture formal parameter103 assertEQ(f(4), 5, "use formal parameter failed")105 - desc: capture formal parameter112 assertEQ(f(6), 7, "modify formal parameter failed")
16 - desc: A lambda expression declares two formal parameters with the same name20 …- desc: A formal parameter contains no type provided, and the type cannot be derived by type infer…
26 /* @@? 18:5 Error SyntaxError: Getter must not have formal parameters. */27 /* @@? 19:1 Error SyntaxError: Setter must have exactly one formal parameter. */
37 /* @@? 21:5 Error SyntaxError: Getter must not have formal parameters. */39 /* @@? 24:1 Error SyntaxError: Setter must have exactly one formal parameter. */
20 /* @@@ label Error SyntaxError: Setter must have exactly one formal parameter. */
21 /* @@@ label Error SyntaxError: Rest parameter must be the last formal parameter. */
30 /* @@? 18:31 Error SyntaxError: Rest parameter must be the last formal parameter. */
24 /* @@? 16:18 Error SyntaxError: Rest parameter must be the last formal parameter. */
31 // naming formal parameters or type variables differently37 // naming formal parameters or return types differently94 // different formal parameter names
1 SyntaxError: Setter must have exactly one formal parameter [test-object-expression1.js:19:1]
117 … In a call to '${name}'. ${maybe_reg}Actual type: '${actual_type}'. Formal type: '${formal_type}'.342 Cannot make a call to '${name}'. ${register} is physically incompatible with formal parameter.349 …Cannot make a call to '${name}'. Formal parameter is of type 'Bot', but actual parameter is of typ…356 Warning: formal and actual parameters are of type '${type}'.361 message: "Warning: formal parameter is of type 'Top'. Accepted any type of actual parameter."368 …Warning: formal type is '${formal_type}' but actual is '${actual_type}'. Actual type is an inexact…378 …is not compatible with formal lambda type '${formal_type}' (physical type '${physical_formal_type}…391 Formal type: '${formal_type}'.
20 /* @@@ label Error SyntaxError: Getter must not have formal parameters. */
21 /* @@@ label Error SyntaxError: Setter must have exactly one formal parameter. */
92 /* @@@ label19 Error SyntaxError: Insufficient formal parameter in arrow function. */100 /* @@@ label23 Error SyntaxError: Rest parameter must be the last formal parameter. */112 /* @@@ label31 Error SyntaxError: Getter must not have formal parameters. */113 /* @@@ label32 Error SyntaxError: Setter must have exactly one formal parameter. */140 /* @@@ label50 Error SyntaxError: Rest parameter must be the last formal parameter. */
25 /* @@? 18:15 Error SyntaxError: Getter must not have formal parameters. */
18 /* @@? 16:6 Error SyntaxError: Rest parameter must be the last formal parameter. */
39 /* @@@ label Error SyntaxError: Rest parameter must be the last formal parameter. */
18 assert: The formal parameters of a constructor are identical in syntax and semantics to those of a …
30 /* @@? 18:41 Error SyntaxError: Rest parameter must be the last formal parameter. */
30 /* @@? 23:5 Error SyntaxError: Setter must have exactly one formal parameter. */
20 assert: Any local variable, formal parameter, or exception and panic parameter used but not declare…
20 exception object is an instanceof the type of the formal parameter of
245 message: "Getter must not have formal parameters."265 message: "Setter must have exactly one formal parameter."269 …message: "Insufficient formal parameter in arrow function." // AVK: Need to see how many parameter…273 …message: "Illegal await-expression in formal parameters of async function." // AVK: what is illega…281 message: "Rest parameter must be the last formal parameter."733 message: "Insufficient formal parameter in arrow function."