Lines Matching defs:code
81 // The vm module executes code in a sandboxed environment with a different
82 // global object than the rest of the code. This is achieved by applying
84 // sandboxed code, to the sandbox object.
89 // the sandboxed code. Handlers for both named properties and for indexed
271 // Delegate the code generation validation to
779 Local<String> code = args[0].As<String>();
792 // new ContextifyScript(code, filename, lineOffset, columnOffset,
853 ScriptCompiler::Source source(code, origin, cached_data);
1142 // Argument 1: source code
1144 Local<String> code = args[0].As<String>();
1226 ScriptCompiler::Source source(code, origin, cached_data);