Lines Matching defs:key
156 Key key, int key_index,
159 InternalIndex entry = dictionary->FindEntry(isolate, key);
188 isolate, dictionary, key, value_handle, details, &entry);
194 DictionaryUpdateMaxNumberKey(dictionary, key);
580 IsolateT* isolate, Handle<NumberDictionary> dictionary, uint32_t key,
582 AddToDictionaryTemplate(isolate, dictionary, key, key_index, value_kind,
586 Isolate* isolate, Handle<NumberDictionary> dictionary, uint32_t key,
589 LocalIsolate* isolate, Handle<NumberDictionary> dictionary, uint32_t key,
612 if (property->key()->AsLiteral()->IsPropertyName()) {
701 Literal* key_literal = property->key()->AsLiteral();