Home | History | Annotate | Download | only in src

Lines Matching full:script_source

318     ScriptCompiler::Source script_source(source_copy, ScriptOrigin(name_copy));
319 if (!ScriptCompiler::CompileUnboundScript(temp_isolate, &script_source,
321 script_source.GetCachedData()) {
322 int length = script_source.GetCachedData()->length;
324 memcpy(cache, script_source.GetCachedData()->data, length);
343 ScriptCompiler::Source script_source(source, origin);
345 ? ScriptCompiler::Compile(context, &script_source,
347 : ScriptCompiler::CompileModule(context, &script_source,
606 ScriptCompiler::Source script_source(
609 if (!ScriptCompiler::CompileUnboundScript(isolate, &script_source)