v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test-hashmap.cc File Reference
#include <stdlib.h>
#include "v8.h"
#include "hashmap.h"
#include "cctest.h"
Include dependency graph for test-hashmap.cc:

Go to the source code of this file.

Data Structures

class  IntSet
 

Typedefs

typedef uint32_t(* IntKeyHash )(uint32_t key)
 

Functions

void TestSet (IntKeyHash hash, int size)
 
 TEST (Set)
 

Typedef Documentation

typedef uint32_t(* IntKeyHash)(uint32_t key)

Definition at line 41 of file test-hashmap.cc.

Function Documentation

TEST ( Set  )

Definition at line 173 of file test-hashmap.cc.

References TestSet().

void TestSet ( IntKeyHash  hash,
int  size 
)