Searched refs:element_result (Results 1 – 1 of 1) sorted by relevance
365 ParseElementResult element_result = ParseElement(json_object); in ParseJsonObject() local366 if (element_result == kNullHandle) return Handle<Object>::null(); in ParseJsonObject()367 if (element_result == kElementFound) continue; in ParseJsonObject()457 ParseElementResult element_result = ParseElement(json_object); in ParseJsonObject() local458 if (element_result == kNullHandle) return Handle<Object>::null(); in ParseJsonObject()459 if (element_result == kElementFound) continue; in ParseJsonObject()