(gl)
| 64508 | var Program = function(_Resource) { |
| 64509 | (0, _inheritsDefault.default)(Program1, _Resource); |
| 64510 | function Program1(gl) { |
| 64511 | var _this; |
| 64512 | var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; |
| 64513 | (0, _classCallCheckDefault.default)(this, Program1); |
| 64514 | _this = (0, _possibleConstructorReturnDefault.default)(this, (0, _getPrototypeOfDefault.default)(Program1).call(this, gl, props)); |
| 64515 | _this.stubRemovedMethods("Program", "v6.0", V6_DEPRECATED_METHODS); |
| 64516 | _this._isCached = false; |
| 64517 | _this.initialize(props); |
| 64518 | Object.seal((0, _assertThisInitializedDefault.default)(_this)); |
| 64519 | _this._setId(props.id); |
| 64520 | return _this; |
| 64521 | } |
| 64522 | (0, _createClassDefault.default)(Program1, [ |
| 64523 | { |
| 64524 | key: "initialize", |
nothing calls this directly
no test coverage detected