| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | scope.test.ts | 34 let variable = scope.add("x", VarDeclarationKind.NONE); variable 44 let variable = scope.add("x", VarDeclarationKind.VAR); variable 54 let variable = scope.add("x", VarDeclarationKind.LET); variable 64 let variable = scope.add("x", VarDeclarationKind.CONST); variable 82 let variable = scope.add("x", VarDeclarationKind.NONE); variable 92 let variable = scope.add("x", VarDeclarationKind.VAR); variable 102 let variable = scope.add("x", VarDeclarationKind.LET); variable 112 let variable = scope.add("x", VarDeclarationKind.LET); variable 131 let variable = scope.add("x", VarDeclarationKind.NONE); variable 143 let variable = scope.add("x", VarDeclarationKind.VAR); variable [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | assignment_unknown.ts | 17 let variable: unknown; variable
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | lreference.ts | 38 …readonly variable: { scope: Scope | undefined, level: number, v: Variable | undefined } | undefine… property in LReference 142 let variable = compiler.getCurrentScope().find(name); variable
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | lexenv.ts | 42 variable: Variable; property in VariableAccessBase
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | signature.cpp | 33 void Signature::ToString(std::stringstream &ss, const binder::Variable *variable, bool printAsMetho… in ToString() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | unaryExpression.cpp | 47 compiler::VReg variable = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsEnumDeclaration.cpp | 258 …d AddEnumValueDeclaration(checker::Checker *checker, double number, binder::EnumVariable *variable) in AddEnumValueDeclaration() 288 void InferEnumVariableType(checker::Checker *checker, binder::EnumVariable *variable, double *value… in InferEnumVariableType()
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_extractor.cpp | 100 for (const auto &variable : variables) { in GetLocalVariableInfo() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | lexenv.cpp | 34 static void CheckConstAssignment(PandaGen *pg, const ir::AstNode *node, binder::Variable *variable) in CheckConstAssignment()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | hotfix.cpp | 446 for (auto &variable: lexicalVarNameAndTypes) { in CompareLexenv() local 556 for (auto &variable: pg->TopScope()->GetLexicalVarNameAndTypes()) { in DumpFunctionInfo() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.h | 50 bool AddTSVariable(const util::StringView &name, Variable *variable) in AddTSVariable() 894 auto *variable = allocator->New<VariableType>(decl, flags); in AddDecl() local 907 auto *variable = allocator->New<VariableType>(decl, flags); in CreateVar() local
|
| D | binder.cpp | 337 auto *variable = scope_->FindLocal(name); in BuildVarDeclaratorId() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeExtractor.cpp | 265 const ir::Identifier **variable) in GetDeclNodeFromIdentifier() 282 const ir::Identifier **variable) in GetDeclNodeFromInitializer()
|
| D | typeRecorder.cpp | 149 void TypeRecorder::SetVariableTypeIndex(const binder::Variable *variable, int64_t index) in SetVariableTypeIndex()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.h | 216 void SetVariadicArgs(bool variable) in SetVariadicArgs()
|
| D | bytecode_circuit_builder.cpp | 1344 for (auto variable: bb.phi) { in PrintGraph() local
|
| D | interpreter_stub.cpp | 618 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in DECLARE_ASM_HANDLER() local 647 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in DECLARE_ASM_HANDLER() local 675 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 276 for (const auto &variable : variables) { in GetLocalVariableInfoWrapper() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 61 binder::Variable *variable = ident->Variable(); in HandleDestructuringAssignment() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1673 … PandaGen::LoadLocalModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable) in LoadLocalModuleVariable() 1680 …ndaGen::LoadExternalModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable) in LoadExternalModuleVariable() 1687 void PandaGen::StoreModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable) in StoreModuleVariable()
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 457 auto variable = function["v"][i]; in ParseVariablesDebugInfo() local
|