V8 Project
v8::internal::Compiler Member List

This is the complete list of members for v8::internal::Compiler, including all inherited members.

BuildFunctionInfo(FunctionLiteral *node, Handle< Script > script, CompilationInfo *outer)v8::internal::Compilerstatic
CompileForLiveEdit(Handle< Script > script)v8::internal::Compilerstatic
CompileScript(Handle< String > source, Handle< Object > script_name, int line_offset, int column_offset, bool is_shared_cross_origin, Handle< Context > context, v8::Extension *extension, ScriptData **cached_data, ScriptCompiler::CompileOptions compile_options, NativesFlag is_natives_code)v8::internal::Compilerstatic
CompileStreamedScript(CompilationInfo *info, int source_length)v8::internal::Compilerstatic
ConcurrencyMode enum namev8::internal::Compiler
CONCURRENT enum valuev8::internal::Compiler
DebuggerWantsEagerCompilation(CompilationInfo *info, bool allow_lazy_without_ctx=false)v8::internal::Compilerstatic
EnsureCompiled(Handle< JSFunction > function, ClearExceptionFlag flag)v8::internal::Compilerstatic
EnsureDeoptimizationSupport(CompilationInfo *info)v8::internal::Compilerstatic
GetConcurrentlyOptimizedCode(OptimizedCompileJob *job)v8::internal::Compilerstatic
GetDebugCode(Handle< JSFunction > function)v8::internal::Compilerstatic
GetFunctionFromEval(Handle< String > source, Handle< Context > context, StrictMode strict_mode, ParseRestriction restriction, int scope_position)v8::internal::Compilerstatic
GetLazyCode(Handle< JSFunction > function)v8::internal::Compilerstatic
GetOptimizedCode(Handle< JSFunction > function, Handle< Code > current_code, ConcurrencyMode mode, BailoutId osr_ast_id=BailoutId::None())v8::internal::Compilerstatic
GetUnoptimizedCode(Handle< JSFunction > function)v8::internal::Compilerstatic
GetUnoptimizedCode(Handle< SharedFunctionInfo > shared)v8::internal::Compilerstatic
NOT_CONCURRENT enum valuev8::internal::Compiler