Lines Matching refs:dict
142 auto dict = protocol::DictionaryValue::cast(
144 if (!dict) return;
146 if (!dict->getString(kId, &s)) return;
150 if (!dict->getString(kDebuggerId, &s)) return;
153 if (!dict->getBoolean(kShouldPause, &should_pause)) return;
162 auto dict = protocol::DictionaryValue::create();
163 dict->setString(kId, String16::fromInteger64(id));
164 dict->setString(kDebuggerId, internal::V8DebuggerId(debugger_id).toString());
165 dict->setBoolean(kShouldPause, should_pause);
167 v8_crdtp::json::ConvertCBORToJSON(v8_crdtp::SpanFrom(dict->Serialize()),