2010-09-29 12:12:45 +00:00
|
|
|
// Copyright 2010 the V8 project authors. All rights reserved.
|
2014-04-29 06:42:26 +00:00
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
2010-09-29 12:12:45 +00:00
|
|
|
|
2014-06-03 08:12:43 +00:00
|
|
|
#include "src/v8.h"
|
2014-06-20 08:40:11 +00:00
|
|
|
|
2014-06-03 08:12:43 +00:00
|
|
|
#include "src/string-search.h"
|
2010-09-29 12:12:45 +00:00
|
|
|
|
|
|
|
namespace v8 {
|
|
|
|
namespace internal {
|
|
|
|
|
|
|
|
// Storage for constants used by string-search.
|
|
|
|
|
2011-03-18 20:35:07 +00:00
|
|
|
// Now in Isolate:
|
|
|
|
// bad_char_shift_table()
|
|
|
|
// good_suffix_shift_table()
|
|
|
|
// suffix_table()
|
2010-09-29 12:12:45 +00:00
|
|
|
|
|
|
|
}} // namespace v8::internal
|