Home
last modified time | relevance | path

Searched refs:addWith (Results 1 – 3 of 3) sorted by relevance

/plugin/asciidocjs/node_modules/with/
DREADME.md16 var addWith = require('with')
18 addWith('obj', 'console.log(a)')
26 addWith('obj', 'console.log(a)', ['console'])
35 ### addWith(obj, src[, exclude])
Dindex.js15 module.exports = addWith
24 function addWith(obj, src, exclude) { function
/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js11 var addWith = require('with'); variable
135 …js = addWith('locals || {}', js, globals.concat(this.runtimeFunctionsUsed.map(function (name) { re…