Searched full:formal (Results 1 – 11 of 11) sorted by relevance
118 … In a call to '${name}'. ${maybe_reg}Actual type: '${actual_type}'. Formal type: '${formal_type}'.350 Cannot make a call to '${name}'. ${register} is physically incompatible with formal parameter.357 …Cannot make a call to '${name}'. Formal parameter is of type 'Bot', but actual parameter is of typ…364 Warning: formal and actual parameters are of type '${type}'.369 message: "Warning: formal parameter is of type 'Top'. Accepted any type of actual parameter."376 …Warning: formal type is '${formal_type}' but actual is '${actual_type}'. Actual type is inexact on…386 …is not compatible with formal lambda type '${formal_type}' (physical type '${physical_formal_type}…399 Formal type: '${formal_type}'.
28 wrong_formal_param: Wrong formal parameter type.
1 SyntaxError: Setter must have exactly one formal parameter [test-object-expression1.js:19:1]
551 "Getter must not have any formal parameters": {
341 ThrowSyntaxError("Insufficient formal parameter in arrow function."); in ValidateArrowParameter()553 ThrowSyntaxError("Rest parameter must be last formal parameter"); in ParseCoverParenthesizedExpressionAndArrowParameterList()2057 ThrowSyntaxError("Setter must have exactly one formal parameter"); in ParsePropertyValue()2061 ThrowSyntaxError("Getter must not have formal parameters"); in ParsePropertyValue()
2235 ThrowSyntaxError("Setter must have exactly one formal parameter"); in ValidateClassSetter()2249 ThrowSyntaxError("Getter must not have formal parameters"); in ValidateClassGetter()2937 …st char *msg = (Extension() == ScriptExtension::JS ? "Rest parameter must be last formal parameter" in ValidateFunctionParam()3448 ThrowSyntaxError("'await' in formal parameter is invalid.", node->Start()); in ValidateArrowParameterBindings()
561 * Compose formal definitions for literals.
6711 language/expressions/async-function/early-errors-expression-eval-in-formal-parameters.js6799 language/statements/async-function/early-errors-declaration-arguments-in-formal-parameters.js6810 language/statements/async-function/early-errors-declaration-eval-in-formal-parameters.js6871 language/expressions/async-arrow-function/early-errors-arrow-arguments-in-formal-parameters.js6881 language/expressions/async-arrow-function/early-errors-arrow-eval-in-formal-parameters.js
3905 language/expressions/yield/formal-parameters.js3906 language/expressions/yield/formal-parameters-after-reassignment-non-strict.js
885 language/expressions/async-generator/early-errors-expression-eval-in-formal-parameters.js1018 language/expressions/async-generator/early-errors-expression-arguments-in-formal-parameters.js
2 …ter_must_not_have_any_formal_parameters_19006","Getter must not have any formal parameters");case …