Example

// Should not highlight anything.
Object.keys( object );

class Component {
  constructor() {
  }
}

const component = new Component();