V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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< FixedArray > | AllocateDeclarations (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) |
Definition at line 694 of file bytecode-generator.cc.