Searched defs:DispatchTable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.h325 class DispatchTable : public ZoneObject { class in namespace:v8::internal
327 explicit DispatchTable(Zone* zone) : tree_(zone) { } function in class:v8::internal::DispatchTable
1065 DispatchTable* GetTable(bool ignore_case);
1123 DispatchTable* table_;
1556 DispatchTableConstructor(DispatchTable* table, bool ignore_case,
1576 DispatchTable* table() { return table_; }
1580 DispatchTable* table_;

Completed in 39 milliseconds