Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-inspector.h235 virtual std::unique_ptr<StringBuffer> valueSubtype(v8::Local<v8::Value>) { in valueSubtype() function
/third_party/node/deps/v8/src/inspector/
Dvalue-mirror.cc955 auto clientSubtype = clientFor(context)->valueSubtype(object); in getPropertiesForPreview()
1691 ? clientFor(context)->valueSubtype(value) in create()