MCPcopy Create free account
hub / github.com/aurelia/binding / constructor

Method constructor

src/ast.js:637–641  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

635
636export class LiteralArray extends Expression {
637 constructor(elements) {
638 super();
639
640 this.elements = elements;
641 }
642
643 evaluate(scope, lookupFunctions) {
644 let elements = this.elements;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected