Lines Matching defs:ScriptCompiler
301 * A shorthand for ScriptCompiler::Compile().
309 * context in which it was created (ScriptCompiler::CompileBound or
333 class V8_EXPORT ScriptCompiler {
340 * the compilation functions in ScriptCompiler contains produce_data_to_cache
396 friend class ScriptCompiler;
473 * stream scripts into V8. Returned by ScriptCompiler::StartStreaming.
480 friend class ScriptCompiler;
491 * ScriptCompiler::StarConsumingCodeCache.
500 friend class ScriptCompiler;
702 ScriptCompiler::Source::Source(Local<String> string, const ScriptOrigin& origin,
715 ScriptCompiler::Source::Source(Local<String> string, CachedData* data,
721 const ScriptCompiler::CachedData* ScriptCompiler::Source::GetCachedData()
726 const ScriptOriginOptions& ScriptCompiler::Source::GetResourceOptions() const {