1f837290e142d49c9e1332841ec2c49ee2f09584avegorov@chromium.org// Copyright 2010 the V8 project authors. All rights reserved.
23484964a86451e86dcf04be9bd8c0d76ee04f081rossberg@chromium.org// Use of this source code is governed by a BSD-style license that can be
33484964a86451e86dcf04be9bd8c0d76ee04f081rossberg@chromium.org// found in the LICENSE file.
4f837290e142d49c9e1332841ec2c49ee2f09584avegorov@chromium.org
5196eb601290dc49c3754da728dc58700dff2de1bmachenbach@chromium.org#include "src/v8.h"
64b0feeef5d01dbc2948080b4f69daa37e1083461machenbach@chromium.org
7196eb601290dc49c3754da728dc58700dff2de1bmachenbach@chromium.org#include "src/string-search.h"
8f837290e142d49c9e1332841ec2c49ee2f09584avegorov@chromium.org
9f05f2913e034b9332e55c02c9395e701725c02c1kmillikin@chromium.orgnamespace v8 {
10f05f2913e034b9332e55c02c9395e701725c02c1kmillikin@chromium.orgnamespace internal {
11f837290e142d49c9e1332841ec2c49ee2f09584avegorov@chromium.org
12f05f2913e034b9332e55c02c9395e701725c02c1kmillikin@chromium.org// Storage for constants used by string-search.
13f837290e142d49c9e1332841ec2c49ee2f09584avegorov@chromium.org
14ea88ce93dcb41a9200ec8747ae7642a5db1f4ce7sgjesse@chromium.org// Now in Isolate:
15ea88ce93dcb41a9200ec8747ae7642a5db1f4ce7sgjesse@chromium.org// bad_char_shift_table()
16ea88ce93dcb41a9200ec8747ae7642a5db1f4ce7sgjesse@chromium.org// good_suffix_shift_table()
17ea88ce93dcb41a9200ec8747ae7642a5db1f4ce7sgjesse@chromium.org// suffix_table()
18f05f2913e034b9332e55c02c9395e701725c02c1kmillikin@chromium.org
19f05f2913e034b9332e55c02c9395e701725c02c1kmillikin@chromium.org}}  // namespace v8::internal
20