Home
last modified time | relevance | path

Searched refs:CheckFunctionObjectPatternParameter (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp331 …nder::LocalVariable *, binder::LocalVariable *, bool> Checker::CheckFunctionObjectPatternParameter( in CheckFunctionObjectPatternParameter() function in panda::es2panda::checker::Checker
385 result = CheckFunctionObjectPatternParameter(param->AsObjectPattern()); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp332 …:LocalVariable *, varbinder::LocalVariable *, bool> TSChecker::CheckFunctionObjectPatternParameter( in CheckFunctionObjectPatternParameter() function in ark::es2panda::checker::TSChecker
386 result = CheckFunctionObjectPatternParameter(param->AsObjectPattern()); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h357 …<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> CheckFunctionObjectPatternParameter(
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h425 …:tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionObjectPatternParameter(