/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | awaitExpression.h | 34 …explicit AwaitExpression(Expression *argument) : Expression(AstNodeType::AWAIT_EXPRESSION), argume… in AwaitExpression()
|
D | unaryExpression.h | 35 explicit UnaryExpression(Expression *argument, lexer::TokenType unaryOperator) in UnaryExpression()
|
D | yieldExpression.h | 35 explicit YieldExpression(Expression *argument, bool isDelegate) in YieldExpression()
|
D | updateExpression.h | 34 explicit UpdateExpression(Expression *argument, lexer::TokenType updateOperator, bool isPrefix) in UpdateExpression()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | throwStatement.h | 36 …explicit ThrowStatement(Expression *argument) : Statement(AstNodeType::THROW_STATEMENT), argument_… in ThrowStatement()
|
D | returnStatement.h | 35 …explicit ReturnStatement(Expression *argument) : Statement(AstNodeType::RETURN_STATEMENT), argumen… in ReturnStatement()
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | spreadElement.h | 35 …explicit SpreadElement(AstNodeType nodeType, Expression *argument) : Expression(nodeType), argumen… in SpreadElement()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub.cpp | 35 GateRef argument = env_.GetArgument(i); in InitializeArguments() local
|
D | new_object_stub_builder.cpp | 228 GateRef argument = Load(VariableType::JS_ANY(), sp, PtrMul(IntPtr(sizeof(JSTaggedType)), idx)); in NewArgumentsList() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_array-inl.h | 87 JSHandle<TaggedArray> argument = factory->NewTaggedArray(length); in Append() local 106 JSHandle<TaggedArray> argument = factory->NewTaggedArray(copyLength); in AppendSkipHole() local
|
D | js_promise.cpp | 164 const JSHandle<JSTaggedValue> &argument) in TriggerPromiseReactions()
|
D | js_object.cpp | 130 bool JSObject::IsRegExp(JSThread *thread, const JSHandle<JSTaggedValue> &argument) in IsRegExp()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise_job.cpp | 48 JSHandle<JSTaggedValue> argument = GetCallArg(argv, 1); in PromiseReactionJob() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | expressionParser.cpp | 93 ir::Expression *argument = nullptr; in ParseYieldExpression() local 928 ir::Expression *argument = nullptr; in ParseNewExpression() local 1305 ir::Expression *argument = nullptr; in ParseCallExpression() local 2252 ir::Expression *argument = ParseUnaryOrPrefixUpdateExpression(); in ParseUnaryOrPrefixUpdateExpression() local
|
D | parserImpl.cpp | 3556 ir::Expression *argument {}; in ParseSpreadElement() local
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeExtractor.cpp | 272 auto argument = expression->AsRestElement()->Argument(); in GetIdentifierFromExpression() local 279 auto argument = expression->AsSpreadElement()->Argument(); in GetIdentifierFromExpression() local
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 1612 auto argument = AllocNode<ir::BinaryExpression>(CreateTsModuleParam(name, isExport), in CreateCallExpressionArguments() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …orts=function(e,n,i){if("number"==typeof e)throw new TypeError('"value" argument must not be a num… method in anonymousFunction83c68e02232800.m
|