Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
Djson_value_converter.h502 const DictionaryValue* dictionary_value = NULL; in Convert() local
503 if (!value.GetAsDictionary(&dictionary_value)) in Convert()
510 if (dictionary_value->Get(field_converter->field_path(), &field)) { in Convert()
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc355 Object dictionary_value = dictionary.ValueAt(entry); in GetHolderIfValid() local
367 if (!dictionary_value.IsAccessorPair()) { in GetHolderIfValid()
372 value = AccessorPair::cast(dictionary_value) in GetHolderIfValid()
375 value = dictionary_value; in GetHolderIfValid()