Home
last modified time | relevance | path

Searched defs:SlotLocation (Results 1 – 1 of 1) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dcfg.h125 class SlotLocation; variable
251 SlotLocation(Slot::Type type, int index) : type_(type), index_(index) {} in SlotLocation() function