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

Class

test/ast/binary.spec.js:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75 describe('performs \'instanceof\'', () => {
76 class Foo {}
77 class Bar extends Foo {}
78 const tests = [
79 { expr: new Binary('instanceof', new AccessScope('foo', 0), new AccessMember(new AccessScope('foo', 0), 'constructor')), expected: true },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected