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
InternalizedStringKey Class Reference
Inheritance diagram for InternalizedStringKey:
Collaboration diagram for InternalizedStringKey:

Public Member Functions

 InternalizedStringKey (String *string)
 
bool IsMatch (Object *string)
 
uint32_t Hash ()
 
uint32_t HashForObject (Object *other)
 
MaybeObject * AsObject (Heap *heap)
 
- Public Member Functions inherited from HashTableKey
virtual ~HashTableKey ()
 

Static Public Member Functions

static uint32_t StringHash (Object *obj)
 

Data Fields

Stringstring_
 

Detailed Description

Definition at line 13819 of file objects.cc.

Constructor & Destructor Documentation

InternalizedStringKey ( String string)
inlineexplicit

Definition at line 13821 of file objects.cc.

Member Function Documentation

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

Implements HashTableKey.

Definition at line 13828 of file objects.cc.

uint32_t HashForObject ( Object other)
inlinevirtual

Implements HashTableKey.

Definition at line 13830 of file objects.cc.

References String::cast(), and Name::Hash().

bool IsMatch ( Object string)
inlinevirtual

Implements HashTableKey.

Definition at line 13824 of file objects.cc.

References String::cast(), and String::Equals().

static uint32_t StringHash ( Object obj)
inlinestatic

Definition at line 13850 of file objects.cc.

References String::cast(), and Name::Hash().

Field Documentation

String* string_

Definition at line 13854 of file objects.cc.


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