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

Function isIdentToken

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

Source from the content-addressed store, hash-verified

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) {
1564 return isIdentToken(token) && token.value === value;

Callers 10

isIdentWithValueFunction · 0.85
html2canvas.jsFile · 0.85
webkitGradientFunction · 0.85
radialGradientFunction · 0.85
prefixRadialGradientFunction · 0.85
computeLineHeightFunction · 0.85
parseFunction · 0.85
isAutoFunction · 0.85
calculateBackgroundSizeFunction · 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…