v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <hydrogen-bce.h>
Public Member Functions | |
BoundsCheckTable (Zone *zone) | |
INLINE (BoundsCheckBbData **LookupOrInsert(BoundsCheckKey *key, Zone *zone)) | |
INLINE (void Insert(BoundsCheckKey *key, BoundsCheckBbData *data, Zone *zone)) | |
INLINE (void Delete(BoundsCheckKey *key)) | |
Definition at line 39 of file hydrogen-bce.h.
|
explicit |
Definition at line 310 of file hydrogen-bce.cc.
INLINE | ( | BoundsCheckBbData ** | LookupOrInsertBoundsCheckKey *key, Zone *zone | ) |
INLINE | ( | void | InsertBoundsCheckKey *key, BoundsCheckBbData *data, Zone *zone | ) |
INLINE | ( | void | DeleteBoundsCheckKey *key | ) |