![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
#include "src/codegen/machine-type.h"#include "src/codegen/macro-assembler.h"#include "src/common/globals.h"#include "src/flags/flags.h"#include "src/interpreter/bytecode-flags-and-tokens.h"#include "src/maglev/maglev-code-gen-state.h"#include "src/maglev/maglev-ir.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 | 
| namespace | v8::internal | 
| namespace | v8::internal::maglev | 
| namespace | v8::internal::maglev::detail | 
Macros | |
| #define | CASE(Name) | 
Functions | |
| ExternalReference | v8::internal::maglev::SpaceAllocationTopAddress (Isolate *isolate, AllocationType alloc_type) | 
| ExternalReference | v8::internal::maglev::SpaceAllocationLimitAddress (Isolate *isolate, AllocationType alloc_type) | 
| Builtin | v8::internal::maglev::AllocateBuiltin (AllocationType alloc_type) | 
| template<typename T > | |
| auto | v8::internal::maglev::RepeatValue (T val, int count) | 
| Condition | v8::internal::maglev::ToCondition (AssertCondition cond) | 
| constexpr Condition | v8::internal::maglev::ConditionFor (Operation operation) | 
| constexpr Condition | v8::internal::maglev::UnsignedConditionFor (Operation operation) | 
| #define CASE | ( | Name | ) |