Home
last modified time | relevance | path

Searched refs:CheckFunctionRestParameter (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp259 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> Checker::CheckFunctionRestParameter( in CheckFunctionRestParameter() function in panda::es2panda::checker::Checker
392 result = CheckFunctionRestParameter(param->AsRestElement(), signatureInfo); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp254 std::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> TSChecker::CheckFunctionRestParameter( in CheckFunctionRestParameter() function in ark::es2panda::checker::TSChecker
370 result = CheckFunctionRestParameter(param->AsRestElement(), signatureInfo); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h348 std::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> CheckFunctionRestParameter(
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h421 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionRestParameter(

Completed in 9 milliseconds