Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DchainExpression.h34 explicit ChainExpression(Expression *expression) in ChainExpression()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsClassImplements.h36 explicit TSClassImplements(Expression *expression, TSTypeParameterInstantiation *typeParameters) in TSClassImplements()
DtsTypeAssertion.h34 explicit TSTypeAssertion(Expression *typeAnnotation, Expression *expression) in TSTypeAssertion()
DtsAsExpression.h35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression()
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts162 const expression = typeExpression.expression; constant
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts208 const expression = astNode.expression; constant
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h293 …::variant<util::StringView, const ir::Identifier *> CalculateName(const ir::Expression *expression) in CalculateName()
727 const ir::Expression *expression; in FillField() local
DtypeExtractor.cpp266 const ir::Identifier *TypeExtractor::GetIdentifierFromExpression(const ir::Expression *expression) in GetIdentifierFromExpression()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp538 ir::Expression *expression = ParseUnaryOrPrefixUpdateExpression(flags); in ParseTsTypeAssertion() local
868 ir::Expression *expression = nullptr; in ParseTemplateLiteral() local
DstatementParser.cpp1647 ir::Expression *expression = ParseExpression(ExpressionParseFlags::ACCEPT_COMMA); in ParseReturnStatement() local
1767 ir::Expression *expression = ParseExpression(ExpressionParseFlags::ACCEPT_COMMA); in ParseThrowStatement() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp637 const std::string &expression = params.GetExpression(); in EvaluateOnCallFrame() local
1377 …td::string> DebuggerImpl::CmptEvaluateValue(CallFrameId callFrameId, const std::string &expression, in CmptEvaluateValue()
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp54 std::string expression; in Create() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument