v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
turbofan.h File Reference
#include <memory>
#include "src/base/macros.h"
#include "src/utils/utils.h"
Include dependency graph for turbofan.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Enumerations

enum class  v8::internal::compiler::IsScriptAvailable { v8::internal::compiler::kNo , v8::internal::compiler::kYes }
 

Functions

std::unique_ptr< TurbofanCompilationJobv8::internal::compiler::NewCompilationJob (Isolate *isolate, Handle< JSFunction > function, IsScriptAvailable has_script, BytecodeOffset osr_offset)