// Copyright 2016 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/codegen/external-reference-table.h" #include "src/builtins/accessors.h" #include "src/codegen/external-reference.h" #include "src/execution/isolate.h" #include "src/ic/stub-cache.h" #include "src/logging/counters.h" #if defined(DEBUG) && defined(V8_OS_LINUX) && !defined(V8_OS_ANDROID) #define SYMBOLIZE_FUNCTION #include <execinfo.h> #include <vector> #include "src/base/platform/wrappers.h" #endif // DEBUG && V8_OS_LINUX && !V8_OS_ANDROID namespace v8 { internal // namespace internal } // namespace v8 #undef SYMBOLIZE_FUNCTION