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

Method evaluate

src/ast.js:10–12  ·  view source on GitHub ↗
(scope: Scope, lookupFunctions: any, args?: any)

Source from the content-addressed store, hash-verified

8 }
9
10 evaluate(scope: Scope, lookupFunctions: any, args?: any): any {
11 throw new Error(`Binding expression "${this}" cannot be evaluated.`);
12 }
13
14 assign(scope: Scope, value: any, lookupFunctions: any): any {
15 throw new Error(`Binding expression "${this}" cannot be assigned to.`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected