V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::AccessorTable Class Reference
Inheritance diagram for v8::internal::AccessorTable:
v8::base::TemplateHashMap< Literal, ObjectLiteral::Accessors, bool(*)(void *, void *), ZoneAllocationPolicy > v8::base::TemplateHashMapImpl< void *, void *, HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *) >, ZoneAllocationPolicy >

Public Member Functions

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

Detailed Description

Definition at line 1503 of file ast.h.


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