V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::interpreter::BytecodeGenerator::GlobalDeclarationsBuilder Class Referencefinal
Inheritance diagram for v8::internal::interpreter::BytecodeGenerator::GlobalDeclarationsBuilder:
v8::internal::ZoneObject

Public Member Functions

 GlobalDeclarationsBuilder (Zone *zone)
 
void AddFunctionDeclaration (const AstRawString *name, FeedbackSlot slot, FeedbackSlot literal_slot, FunctionLiteral *func)
 
void AddUndefinedDeclaration (const AstRawString *name, FeedbackSlot slot)
 
Handle< FixedArrayAllocateDeclarations (UnoptimizedCompilationInfo *info, Handle< Script > script, Isolate *isolate)
 
size_t constant_pool_entry ()
 
void set_constant_pool_entry (size_t constant_pool_entry)
 
bool empty ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Detailed Description

Definition at line 694 of file bytecode-generator.cc.


The documentation for this class was generated from the following file: