Lines Matching defs:ScriptCompiler
326 * A shorthand for ScriptCompiler::Compile().
334 * context in which it was created (ScriptCompiler::CompileBound or
364 class V8_EXPORT ScriptCompiler {
371 * the compilation functions in ScriptCompiler contains produce_data_to_cache
429 friend class ScriptCompiler;
510 * stream scripts into V8. Returned by ScriptCompiler::StartStreaming.
517 friend class ScriptCompiler;
528 * ScriptCompiler::StartConsumingCodeCache.
546 * must precisely match those used later in the ScriptCompiler::Source that
567 friend class ScriptCompiler;
774 ScriptCompiler::Source::Source(Local<String> string, const ScriptOrigin& origin,
787 ScriptCompiler::Source::Source(Local<String> string, CachedData* data,
793 ScriptCompiler::Source::Source(Local<String> string, const ScriptOrigin& origin,
806 const ScriptCompiler::CachedData* ScriptCompiler::Source::GetCachedData()
811 const ScriptOriginOptions& ScriptCompiler::Source::GetResourceOptions() const {