Home
last modified time | relevance | path

Searched refs:memoryGetterCallback (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-console.h121 void memoryGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
Dv8-console.cc428 void V8Console::memoryGetterCallback( in memoryGetterCallback() function in v8_inspector::V8Console
656 context, &V8Console::call<&V8Console::memoryGetterCallback>, data, 0, in installMemoryGetter()