Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-inspector.h175 virtual std::unique_ptr<StringBuffer> valueSubtype(v8::Local<v8::Value>) { in valueSubtype() function
/external/v8/src/inspector/
Dv8-injected-script-host.cc172 unwrapInspector(info)->client()->valueSubtype(value); in subtypeCallback()