V8 Project
|
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::Compiler | static |
CompileForLiveEdit(Handle< Script > script) | v8::internal::Compiler | static |
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::Compiler | static |
CompileStreamedScript(CompilationInfo *info, int source_length) | v8::internal::Compiler | static |
ConcurrencyMode enum name | v8::internal::Compiler | |
CONCURRENT enum value | v8::internal::Compiler | |
DebuggerWantsEagerCompilation(CompilationInfo *info, bool allow_lazy_without_ctx=false) | v8::internal::Compiler | static |
EnsureCompiled(Handle< JSFunction > function, ClearExceptionFlag flag) | v8::internal::Compiler | static |
EnsureDeoptimizationSupport(CompilationInfo *info) | v8::internal::Compiler | static |
GetConcurrentlyOptimizedCode(OptimizedCompileJob *job) | v8::internal::Compiler | static |
GetDebugCode(Handle< JSFunction > function) | v8::internal::Compiler | static |
GetFunctionFromEval(Handle< String > source, Handle< Context > context, StrictMode strict_mode, ParseRestriction restriction, int scope_position) | v8::internal::Compiler | static |
GetLazyCode(Handle< JSFunction > function) | v8::internal::Compiler | static |
GetOptimizedCode(Handle< JSFunction > function, Handle< Code > current_code, ConcurrencyMode mode, BailoutId osr_ast_id=BailoutId::None()) | v8::internal::Compiler | static |
GetUnoptimizedCode(Handle< JSFunction > function) | v8::internal::Compiler | static |
GetUnoptimizedCode(Handle< SharedFunctionInfo > shared) | v8::internal::Compiler | static |
NOT_CONCURRENT enum value | v8::internal::Compiler |