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
StubCache::Entry Struct Reference

#include <stub-cache.h>

Collaboration diagram for StubCache::Entry:

Data Fields

Stringkey
 
Codevalue
 
Mapmap
 

Detailed Description

Definition at line 69 of file stub-cache.h.

Field Documentation

String* key

Definition at line 70 of file stub-cache.h.

Referenced by StubCache::CollectMatchingMaps(), and StubCache::Set().

Map* map

Definition at line 72 of file stub-cache.h.

Referenced by StubCache::Set().

Code* value

Definition at line 71 of file stub-cache.h.

Referenced by StubCache::CollectMatchingMaps(), and StubCache::Set().


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