Searched refs:addWith (Results 1 – 3 of 3) sorted by relevance
16 var addWith = require('with')18 addWith('obj', 'console.log(a)')26 addWith('obj', 'console.log(a)', ['console'])35 ### addWith(obj, src[, exclude])
15 module.exports = addWith24 function addWith(obj, src, exclude) { function
11 var addWith = require('with'); variable135 …js = addWith('locals || {}', js, globals.concat(this.runtimeFunctionsUsed.map(function (name) { re…