Lines Matching refs:Script
27 const Script = require('vm').Script;
30 const script = new Script('\'passed\';');
38 const script = new Script('throw new Error(\'test\');');
45 const script = new Script('foo.bar = 5;');
53 const script = new Script('hello = 2');
67 const script = new Script(global.code);
82 const script = new Script('f()');
92 const script = new Script('f.a = 2');
103 const script = new Script('');