Searched refs:DESTRUCTURING (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | lreference.h | 31 DESTRUCTURING, member in panda::es2panda::panda::es2panda::compiler::ReferenceKind
|
H A D | lreference.cpp | 138 case ReferenceKind::DESTRUCTURING: { in SetValue() 181 return {node, pg, isDeclaration, ReferenceKind::DESTRUCTURING, {}}; in CreateLRef()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | function.cpp | 79 if (ref.Kind() == ReferenceKind::DESTRUCTURING) { in CompileFunctionParameterDeclaration() 94 if (ref.Kind() == ReferenceKind::DESTRUCTURING) { in CompileFunctionParameterDeclaration() 119 } else if (ref.Kind() == ReferenceKind::DESTRUCTURING) { in CompileFunctionParameterDeclaration()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | function.cpp | 88 if (ref.Kind() == ReferenceKind::DESTRUCTURING) { in CompileFunctionParameterDeclaration() 102 ref.Kind() == ReferenceKind::DESTRUCTURING ? in CompileFunctionParameterDeclaration() 107 if (ref.Kind() == ReferenceKind::DESTRUCTURING) { in CompileFunctionParameterDeclaration() 134 } else if (ref.Kind() == ReferenceKind::DESTRUCTURING) { in CompileFunctionParameterDeclaration()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lreference.h | 36 DESTRUCTURING, member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::ReferenceKind
|
H A D | lreference.cpp | 61 return {cg, node, ReferenceKind::DESTRUCTURING, {}, isDeclaration}; in CreateBase() 165 case ReferenceKind::DESTRUCTURING: { in SetValue()
|
Completed in 5 milliseconds