Lines Matching defs:source
848 Local<Value>(), // source map URL
853 ScriptCompiler::Source source(code, origin, cached_data);
857 if (source.GetCachedData() != nullptr)
865 ScriptCompiler::CompileUnboundScript(isolate, &source, compile_options);
896 source,
917 const v8::ScriptCompiler::Source& source,
929 Boolean::New(env->isolate(), source.GetCachedData()->rejected))
1142 // Argument 1: source code
1220 Local<Value>(), // source map URL
1226 ScriptCompiler::Source source(code, origin, cached_data);
1228 if (source.GetCachedData() == nullptr) {
1261 &source,
1299 source,