d8-debug.h 390 Bytes
Newer Older
1
// Copyright 2008 the V8 project authors. All rights reserved.
2 3
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
4 5 6 7 8

#ifndef V8_D8_DEBUG_H_
#define V8_D8_DEBUG_H_


9 10
#include "src/d8.h"
#include "src/debug.h"
11 12 13 14


namespace v8 {

15
void HandleDebugEvent(const Debug::EventDetails& event_details);
16 17 18 19 20

}  // namespace v8


#endif  // V8_D8_DEBUG_H_