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

Method constructor

src/ast.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5export class Expression {
6 constructor() {
7 this.isAssignable = false;
8 }
9
10 evaluate(scope: Scope, lookupFunctions: any, args?: any): any {
11 throw new Error(`Binding expression "${this}" cannot be evaluated.`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected