Home | History | Annotate | Download | only in src

Lines Matching refs:v8

1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
35 namespace v8 {
39 void handle_debug_event(v8::DebugEvent event,
40 v8::Handle<v8::Object> exec_state,
41 v8::Handle<v8::Object> event_data,
42 v8::Handle<Value> data);
47 static void PrintObject(v8::Handle<v8::Value> obj);
50 static void Run(v8::Handle<v8::Context> context);
53 } } // namespace v8::internal