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