Home
last modified time | relevance | path

Searched defs:paramIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h38 size_t paramIndex; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h105 ImpExpr(uint32 stmtId, uint32 paramIndex) : stmtId(stmtId), paramIndex(paramIndex) {} in ImpExpr()
117 uint32 paramIndex; variable
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1974 …const paramIndex = argIndex < callSignature.parameters.length ? argIndex : callSignature.parameter… constant
1975 const tsParamSym = callSignature.parameters[paramIndex]; constant
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1410 auto paramIndex = paramsDecorators[i].paramIndex; in CreateParamDecorators() local