CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (changelog, source)
Search

Member predicate Property::getDecorator

Gets the ith decorator applied to this property.

For example, the property @A @B x: 42 has @A as its 0th decorator, and @B as its first decorator.

Decorator getDecorator(int i)