MCPcopy Create free account
hub / github.com/microsoft/SandDance / Query1

Function Query1

docs/app/js/sanddance-app.js:65403–65413  ·  view source on GitHub ↗
(gl)

Source from the content-addressed store, hash-verified

65401 }
65402 ]);
65403 function Query1(gl) {
65404 var _this;
65405 var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
65406 (0, _classCallCheckDefault.default)(this, Query1);
65407 _this = (0, _possibleConstructorReturnDefault.default)(this, (0, _getPrototypeOfDefault.default)(Query1).call(this, gl, opts));
65408 _this.target = null;
65409 _this._queryPending = false;
65410 _this._pollingPromise = null;
65411 Object.seal((0, _assertThisInitializedDefault.default)(_this));
65412 return _this;
65413 }
65414 (0, _createClassDefault.default)(Query1, [
65415 {
65416 key: "beginTimeElapsedQuery",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected