Lines Matching refs:get
495 // Use `runInNewContext()` to get something tamper-proof and595 function get() {603 ObjectDefineProperty(get, 'name', {605 value: `get ${key}`,611 get,625 function get() {634 ObjectDefineProperty(get, 'name', {636 value: `get ${key}`,652 get,725 const cached = crossRelmRegexes.get(regex);