Lines Matching defs:const
3 const { maxNameValuePairSize, maxAttributeValueSize } = require('./constants')
4 const { isCTLExcludingHtab } = require('./util')
5 const { collectASequenceOfCodePointsFast } = require('../fetch/dataURL')
6 const assert = require('assert')
33 const position = { position: 0 }
56 const position = { position: 0 }
135 const position = { position: 0 }
165 const attributeNameLowercase = attributeName.toLowerCase()
173 const expiryTime = new Date(attributeValue)
186 const charCode = attributeValue.charCodeAt(0)
199 const deltaSeconds = Number(attributeValue)
212 // const expiryTime = deltaSeconds <= 0 ? Date.now() : Date.now() + deltaSeconds
281 const attributeValueLowercase = attributeValue.toLowerCase()