![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/baseline/baseline.h"
#include "src/handles/maybe-handles.h"
#include "src/objects/shared-function-info-inl.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
bool | v8::internal::CanCompileWithBaseline (Isolate *isolate, Tagged< SharedFunctionInfo > shared) |
MaybeDirectHandle< Code > | v8::internal::GenerateBaselineCode (Isolate *isolate, Handle< SharedFunctionInfo > shared) |
void | v8::internal::EmitReturnBaseline (MacroAssembler *masm) |