Home
last modified time | relevance | path

Searched refs:Circle (Results 51 – 51 of 51) sorted by path

123

/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js3721 function Circle() { function
3728 Circle.prototype = _.create(Shape.prototype); class
3729 Circle.prototype.constructor = Circle;
3731 var actual = new Circle;
3733 assert.ok(actual instanceof Circle);
3735 assert.notStrictEqual(Circle.prototype, Shape.prototype);
3741 var expected = { 'constructor': Circle, 'radius': 0 };
3742 Circle.prototype = _.create(Shape.prototype, expected);
3744 var actual = new Circle;
3746 assert.ok(actual instanceof Circle);
[all …]

123