Lines Matching defs:key
576 // Calls the KeyedLoadIC at FeedBackVector slot <slot> for <object> and the key
644 // SetKeyedProperty <object> <key> <slot>
647 // the key <key> with the value in the accumulator. This could trigger
673 // DefineKeyedOwnProperty <object> <key> <slot>
676 // the key <key> with the value in the accumulator.
704 // the key <index> with the value in the accumulator.
1321 TNode<Object> key = GetAccumulator();
1324 CallBuiltin(Builtin::kDeleteProperty, context, object, key,
1336 TNode<Object> key = GetAccumulator();
1339 CallBuiltin(Builtin::kDeleteProperty, context, object, key,
2894 // Load the next key from the enumeration array.
2895 TNode<Object> key = LoadFixedArrayElement(CAST(cache_array), index, 0);
2903 // Enum cache in use for {receiver}, the {key} is definitely valid.
2904 SetAccumulator(key);
2910 key, cache_type, maybe_feedback_vector,