![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Types | |
| enum | Flags { kFastElements = 1 << 3 , kHasNullPrototype = 1 << 4 } |
| using | Property = ObjectLiteralProperty |
Public Types inherited from v8::internal::AggregateLiteral | |
| enum | Flags { kNoFlags = 0 , kIsShallow = 1 , kDisableMementos = 1 << 1 , kNeedsInitialAllocationSite = 1 << 2 , kIsShallowAndDisableMementos = kIsShallow | kDisableMementos } |
Public Types inherited from v8::internal::Expression | |
| enum | Context { kUninitialized , kEffect , kValue , kTest } |
Public Types inherited from v8::internal::AstNode | |
| enum | NodeType : uint8_t |
Private Member Functions | |
| ObjectLiteral (Zone *zone, const ScopedPtrList< Property > &properties, uint32_t boilerplate_properties, int pos, bool has_rest_property, Variable *home_object) | |
Private Attributes | |
| friend | Zone |
| ZoneList< Property * > | properties_ |
| Variable * | home_object_ |
| ObjectLiteralBoilerplateBuilder | builder_ |
Friends | |
| class | AstNodeFactory |
Additional Inherited Members | |
Protected Types inherited from v8::internal::Expression | |
| template<class T , int size> | |
| using | NextBitField = IsParenthesizedField::Next<T, size> |
Protected Types inherited from v8::internal::AstNode | |
| template<class T , int size> | |
| using | NextBitField = NodeTypeField::Next<T, size> |
Protected Member Functions inherited from v8::internal::AggregateLiteral | |
| AggregateLiteral (int pos, NodeType type) | |
Protected Member Functions inherited from v8::internal::MaterializedLiteral | |
| MaterializedLiteral (int pos, NodeType type) | |
| bool | NeedsInitialAllocationSite () |
Protected Member Functions inherited from v8::internal::Expression | |
| Expression (int pos, NodeType type) | |
Protected Member Functions inherited from v8::internal::AstNode | |
| AstNode (int position, NodeType type) | |
Protected Attributes inherited from v8::internal::AstNode | |
| uint32_t | bit_field_ |
|
inlineprivate |
|
inline |
|
inline |
| void v8::internal::ObjectLiteral::CalculateEmitStore | ( | Zone * | zone | ) |
|
inline |
|
friend |
|
private |