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

/external/v8/src/
H A Djsregexp.h371 class DispatchTable : public ZoneObject { class in namespace:v8::internal
1061 DispatchTable* GetTable(bool ignore_case);
1099 DispatchTable* table_;
1353 DispatchTableConstructor(DispatchTable* table, bool ignore_case)
1371 DispatchTable* table() { return table_; }
1375 DispatchTable* table_;

Completed in 58 milliseconds