MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / isNumberToken

Function isNumberToken

src/test/resources/libraries/html2canvas/html2canvas.js:1560–1560  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

1558 }());
1559 var isDimensionToken = function (token) { return token.type === 15 /* DIMENSION_TOKEN */; };
1560 var isNumberToken = function (token) { return token.type === 17 /* NUMBER_TOKEN */; };
1561 var isIdentToken = function (token) { return token.type === 20 /* IDENT_TOKEN */; };
1562 var isStringToken = function (token) { return token.type === 0 /* STRING_TOKEN */; };
1563 var isIdentWithValue = function (token, value) {

Callers 2

webkitGradientFunction · 0.85
html2canvas.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…