v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AccessorTable Class Reference

#include <full-codegen.h>

Inheritance diagram for AccessorTable:
Collaboration diagram for AccessorTable:

Public Member Functions

 AccessorTable (Zone *zone)
 
Iterator lookup (Literal *literal)
 
- Public Member Functions inherited from TemplateHashMap< Literal, ObjectLiteral::Accessors, ZoneAllocationPolicy >
 STATIC_ASSERT (sizeof(Literal *)==sizeof(void *))
 
 STATIC_ASSERT (sizeof(ObjectLiteral::Accessors *)==sizeof(void *))
 
 TemplateHashMap (typename TemplateHashMapImpl< ZoneAllocationPolicy >::MatchFun match, ZoneAllocationPolicyallocator=ZoneAllocationPolicy())
 
Iterator begin () const
 
Iterator end () const
 
Iterator find (Literal *key, bool insert=false, ZoneAllocationPolicyallocator=ZoneAllocationPolicy())
 

Detailed Description

Definition at line 824 of file full-codegen.h.

Constructor & Destructor Documentation

AccessorTable ( Zone zone)
inlineexplicit

Definition at line 828 of file full-codegen.h.

Member Function Documentation

Iterator lookup ( Literal literal)
inline

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