Home
last modified time | relevance | path

Searched refs:EventCallback2 (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8-debug.h210 typedef void (*EventCallback2)(const EventDetails& event_details); typedef
250 static bool SetDebugEventListener2(EventCallback2 that,
/external/v8/src/
Ddebug.cc2737 v8::Debug::EventCallback2 callback = in CallCEventCallback()
2738 FUNCTION_CAST<v8::Debug::EventCallback2>( in CallCEventCallback()
Dapi.cc5571 bool Debug::SetDebugEventListener2(EventCallback2 that, Handle<Value> data) { in SetDebugEventListener2()