Searched refs:IsValidObjectKey (Results 1 – 1 of 1) sorted by relevance
1677 static bool IsValidObjectKey(Handle<Object> value) { in IsValidObjectKey() function1716 if (!ReadObject().ToHandle(&key) || !IsValidObjectKey(key)) { in ReadJSObjectProperties()1798 if (!ReadObject().ToHandle(&key) || !IsValidObjectKey(key)) { in ReadJSObjectProperties()1849 if (!IsValidObjectKey(key)) return Nothing<bool>(); in SetPropertiesFromKeyValuePairs()