Use @nosideeffects in webgl-debug externs
This commit is contained in:
@@ -22,6 +22,7 @@ var WebGLDebugLostContextSimulatingCanvas = function() {};
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @nosideeffects
|
||||||
* @return {number}
|
* @return {number}
|
||||||
*/
|
*/
|
||||||
WebGLDebugLostContextSimulatingCanvas.prototype.getNumCalls = function() {};
|
WebGLDebugLostContextSimulatingCanvas.prototype.getNumCalls = function() {};
|
||||||
@@ -58,6 +59,7 @@ var WebGLDebugUtils = {};
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @nosideeffects
|
||||||
* @param {number} value
|
* @param {number} value
|
||||||
* @return {string}
|
* @return {string}
|
||||||
*/
|
*/
|
||||||
@@ -65,6 +67,7 @@ WebGLDebugUtils.glEnumToString = function(value) {};
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @nosideeffects
|
||||||
* @param {string} functionName
|
* @param {string} functionName
|
||||||
* @param {Array} args Args.
|
* @param {Array} args Args.
|
||||||
* @return {string} String.
|
* @return {string} String.
|
||||||
|
|||||||
Reference in New Issue
Block a user