blob: 2043b686020e039c7edf81fb50275f12ab931eae [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[LegacyUnenumerableNamedProperties]
interface TestSpecialOperationsNotEnumerable {
// This getter without setter also checks that the property descriptor for
// indexed properties has [[Writable]] set to false.
getter DOMString (unsigned long index);
getter DOMString (DOMString name);
};