Lines Matching refs:v8
1 // Copyright 2008 the V8 project authors. All rights reserved.
36 namespace v8 {
44 // Start the remove debugger connecting to a V8 debugger agent on the specified
74 // Handle a message from the debugged V8.
79 // Get connection to agent in debugged V8.
82 int port_; // Port used to connect to debugger V8.
83 i::Socket* conn_; // Connection to debugger agent in debugged V8.
85 // Linked list of events from debugged V8 and from keyboard input. Access to
97 // Thread reading from debugged V8 instance.
154 } // namespace v8