Home
last modified time | relevance | path

Searched full:formal (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/verification/
Dmessages.yaml118 … 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}'.
Dverification.yaml28 wrong_formal_param: Wrong formal parameter type.
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-object-expression1-expected.txt1 SyntaxError: Setter must have exactly one formal parameter [test-object-expression1.js:19:1]
/arkcompiler/ets_frontend/ts2panda/scripts/
DdiagnosticMessages.json551 "Getter must not have any formal parameters": {
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp341 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()
DparserImpl.cpp2235 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()
/arkcompiler/runtime_core/docs/
Dassembly_format.md561 * Compose formal definitions for literals.
/arkcompiler/ets_frontend/test262/
Des2015_tests.txt6711 language/expressions/async-function/early-errors-expression-eval-in-formal-parameters.js
6799 language/statements/async-function/early-errors-declaration-arguments-in-formal-parameters.js
6810 language/statements/async-function/early-errors-declaration-eval-in-formal-parameters.js
6871 language/expressions/async-arrow-function/early-errors-arrow-arguments-in-formal-parameters.js
6881 language/expressions/async-arrow-function/early-errors-arrow-eval-in-formal-parameters.js
DCI_tests.txt3905 language/expressions/yield/formal-parameters.js
3906 language/expressions/yield/formal-parameters-after-reassignment-non-strict.js
Des2021_tests.txt885 language/expressions/async-generator/early-errors-expression-eval-in-formal-parameters.js
1018 language/expressions/async-generator/early-errors-expression-arguments-in-formal-parameters.js
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ter_must_not_have_any_formal_parameters_19006","Getter must not have any formal parameters");case …