Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/inspector_protocol/lib/
DValues_h.template173 DictionaryValue* dictionaryValue = cast(value.get());
174 if (dictionaryValue) value.release();
175 return std::unique_ptr<DictionaryValue>(dictionaryValue);
/third_party/node/deps/v8/src/inspector/
Dv8-inspector-session-impl.cc59 std::unique_ptr<protocol::DictionaryValue> dictionaryValue = in ParseState() local
61 if (dictionaryValue) return dictionaryValue; in ParseState()