Home
last modified time | relevance | path

Searched defs:parameter (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcontextualExpressionTypecheckingDoesntBlowStack.ts39 const parameter: any = (this as any).getParameter();; constant
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsParameterProperty.h36 …explicit TSParameterProperty(AccessibilityOption accessibility, Expression *parameter, bool readon… in TSParameterProperty()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp689 JSTaggedValue parameter(argumentGT.GetType()); in InstantiateFuncGenericsType() local
739 JSTaggedValue parameter(TryReplaceTypePara(parameterGT, paras).GetType()); in InstantiateInterfaceGenericsType() local
760 JSTaggedValue parameter(TryReplaceTypePara(parameterGT, paras).GetType()); in InstantiateObjGenericsType() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js30 var fun = function(parameter) { argument
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp656 auto *parameter = it->AsTSParameterProperty()->Parameter(); in VisitTSParameterProperty() local
1426 auto *parameter = CreateReferenceIdentifier(paramName); in CreateCallExpressionForTsModule() local
1565 auto *parameter = CreateReferenceIdentifier(paramName); in CreateCallExpressionForTsEnum() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3180 …ValidateFunctionParam(const ArenaVector<ir::Expression *> &params, const ir::Expression *parameter, in ValidateFunctionParam()
3251 ir::Expression *parameter = ParseFunctionParameter(isDeclare); in ParseFunctionParams() local
3591 ir::TSParameterProperty *ParserImpl::CreateTsParameterProperty(ir::Expression *parameter, ir::Modif… in CreateTsParameterProperty()
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp2159 Function::Parameter parameter(type, program_.lang); in ParseFunctionArg() local