blob: 0c18762750cdba84d880d48611f92ec1bcb5ea15 [file] [log] [blame]
Steve Block6ded16b2010-05-10 14:33:55 +01001// Copyright 2010 the V8 project authors. All rights reserved.
Ben Murdochb8a8cc12014-11-26 15:28:44 +00002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
Steve Blocka7e24c12009-10-30 11:49:00 +00004
Ben Murdochb8a8cc12014-11-26 15:28:44 +00005#include "src/v8.h"
6
7#include "src/string-search.h"
Steve Blocka7e24c12009-10-30 11:49:00 +00008
9namespace v8 {
10namespace internal {
11
Ben Murdochf87a2032010-10-22 12:50:53 +010012// Storage for constants used by string-search.
Steve Blocka7e24c12009-10-30 11:49:00 +000013
Steve Block44f0eee2011-05-26 01:26:41 +010014// Now in Isolate:
15// bad_char_shift_table()
16// good_suffix_shift_table()
17// suffix_table()
Ben Murdochf87a2032010-10-22 12:50:53 +010018
19}} // namespace v8::internal