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

Method toString

src/ast.js:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 toString() {
19 return typeof FEATURE_NO_UNPARSER === 'undefined' ?
20 Unparser.unparse(this) :
21 super.toString();
22 }
23}
24
25export class BindingBehavior extends Expression {

Callers 15

unparser.spec.jsFile · 0.80
parser.spec.jsFile · 0.80
verifyEqualFunction · 0.80
unicodeEscapeFunction · 0.80
unary.spec.jsFile · 0.80
binary.spec.jsFile · 0.80
autoConvertAddFunction · 0.80

Calls 1

unparseMethod · 0.80

Tested by 2

verifyEqualFunction · 0.64
unicodeEscapeFunction · 0.64