Home
last modified time | relevance | path

Searched defs:expressionArguments (Results 1 – 3 of 3) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/typedef/parser/
DDecorator.ts19 expressionArguments: string[] | undefined = undefined; //修饰符传参,默认为undefined property in DecoratorInfo
/interface/sdk-js/build-tools/dts_parser/test/expect/parser/
Dut_ArkTS_struct_006.json70 "expressionArguments": [ array
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/diff/
DDiffProcessor.ts484 const expressionArguments: string[] | undefined = decoratorInfo.getExpressionArguments(); constant