Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-interface.h44 virtual Local<Value> GetCallbackData() const = 0;
Ddebug.h305 virtual v8::Local<v8::Value> GetCallbackData() const;
Ddebug.cc2512 v8::Local<v8::Value> EventDetailsImpl::GetCallbackData() const { in GetCallbackData() function in v8::internal::EventDetailsImpl
/external/v8/include/
Dv8-debug.h119 virtual Local<Value> GetCallbackData() const = 0;
/external/v8/src/inspector/
Dv8-debugger.cc538 V8Debugger* thisPtr = toV8Debugger(eventDetails.GetCallbackData()); in v8DebugEventCallback()