Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-debug.h122 virtual Handle<Value> GetCallbackData() const = 0;
/external/v8/src/
Ddebug.h261 virtual v8::Handle<v8::Value> GetCallbackData() const;
Ddebug.cc3271 v8::Handle<v8::Value> EventDetailsImpl::GetCallbackData() const { in GetCallbackData() function in v8::internal::EventDetailsImpl
/external/v8/test/cctest/
Dtest-debug.cc791 v8::Handle<v8::Value> data = event_details.GetCallbackData(); in DebugEventRemoveBreakPoint()
6929 CHECK_EQ(expected_callback_data, details.GetCallbackData()); in DebugEventContextChecker()