Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-inspector.h80 hasMemoryOnConsole(false) {} in V8ContextInfo()
88 bool hasMemoryOnConsole; variable
/external/v8/src/inspector/
Dinspected-context.cc65 if (!info.hasMemoryOnConsole) return; in InspectedContext()