Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-debug.h121 virtual Local<Value> GetCallbackData() const = 0;
/external/v8/src/debug/
Ddebug.h255 virtual v8::Local<v8::Value> GetCallbackData() const;
Ddebug.cc2305 v8::Local<v8::Value> EventDetailsImpl::GetCallbackData() const { in GetCallbackData() function in v8::internal::EventDetailsImpl
/external/v8/test/cctest/
Dtest-debug.cc731 v8::Local<v8::Value> data = event_details.GetCallbackData(); in DebugEventRemoveBreakPoint()
7274 details.GetCallbackData()) in DebugEventContextChecker()