v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StringSharedKey Class Reference
Inheritance diagram for StringSharedKey:
Collaboration diagram for StringSharedKey:

Public Member Functions

 StringSharedKey (String *source, SharedFunctionInfo *shared, StrictMode strict_mode, int scope_position)
 
bool IsMatch (Object *other)
 
uint32_t Hash ()
 
uint32_t HashForObject (Object *obj)
 
MUST_USE_RESULT MaybeObject * AsObject (Heap *heap)
 
- Public Member Functions inherited from HashTableKey
virtual ~HashTableKey ()
 

Static Public Member Functions

static uint32_t StringSharedHashHelper (String *source, SharedFunctionInfo *shared, StrictMode strict_mode, int scope_position)
 

Detailed Description

Definition at line 13631 of file objects.cc.

Constructor & Destructor Documentation

StringSharedKey ( String source,
SharedFunctionInfo shared,
StrictMode  strict_mode,
int  scope_position 
)
inline

Definition at line 13633 of file objects.cc.

Member Function Documentation

MUST_USE_RESULT MaybeObject* AsObject ( Heap heap)
inlinevirtual
uint32_t Hash ( )
inlinevirtual

Implements HashTableKey.

Definition at line 13676 of file objects.cc.

Referenced by CompilationCacheTable::Put().

uint32_t HashForObject ( Object obj)
inlinevirtual
static uint32_t StringSharedHashHelper ( String source,
SharedFunctionInfo shared,
StrictMode  strict_mode,
int  scope_position 
)
inlinestatic

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