DIR:/home/htlwork.com/www/himsaral/node_modules/vm-browserify/example/run/ |
Current File : //home/htlwork.com/www/himsaral/node_modules/vm-browserify/example/run/entry.js |
var vm = require('vm'); window.addEventListener('load', function () { var res = vm.runInNewContext('a + 5', { a : 100 }); document.querySelector('#res').textContent = res; }); |