MCPcopy Create free account
hub / github.com/GoogleChrome/samples /

Class

classes-es6/demo.js:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90// ===============================================================
91
92class Rectangle extends Polygon {
93 constructor(height, width) {
94 super(height, width);
95 this.name = 'Rectangle';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected