Home
last modified time | relevance | path

Searched refs:clientSubtype (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc955 auto clientSubtype = clientFor(context)->valueSubtype(object); in getPropertiesForPreview() local
956 if (clientSubtype && toString16(clientSubtype->string()) == "array") { in getPropertiesForPreview()
1690 auto clientSubtype = (value->IsUndefined() || value->IsObject()) in create() local
1693 if (clientSubtype) { in create()
1694 String16 subtype = toString16(clientSubtype->string()); in create()

Completed in 3 milliseconds