Home
last modified time | relevance | path

Searched refs:validateRestArg (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp724 bool validateRestArg = false; in CallMatchesSignature() local
728 validateRestArg = true; in CallMatchesSignature()
734 if (validateRestArg || !throwError) { in CallMatchesSignature()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp705 bool validateRestArg = false; in CallMatchesSignature() local
709 validateRestArg = true; in CallMatchesSignature()
715 if (validateRestArg || !throwError) { in CallMatchesSignature()

Completed in 3 milliseconds