Home
last modified time | relevance | path

Searched refs:GetCallbackData (Results 1 – 6 of 6) sorted by relevance

/external/v8/include/
Dv8-debug.h175 virtual Handle<Value> GetCallbackData() const = 0;
/external/webkit/Source/WebCore/bindings/v8/
DScriptDebugServer.cpp300 ScriptDebugServer* thisPtr = toScriptDebugServer(eventDetails.GetCallbackData()); in v8DebugEventCallback()
/external/v8/src/
Ddebug.h627 virtual v8::Handle<v8::Value> GetCallbackData() const;
Ddebug.cc3434 v8::Handle<v8::Value> EventDetailsImpl::GetCallbackData() const { in GetCallbackData() function in v8::internal::EventDetailsImpl
Dapi.cc5547 event_details.GetCallbackData()); in EventCallbackWrapper()
/external/v8/test/cctest/
Dtest-debug.cc6968 CHECK_EQ(expected_callback_data, details.GetCallbackData()); in DebugEventContextChecker()