blob: ea37683a70086c195f4523549d4c3ceb79d8bda7 [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.
// Test for overload resolution for the string-like USVString
// argument. Also for constructor operations.
interface TestInterfaceConstructor4 {
[CallWith=ScriptState, RaisesException, Measure] constructor(TestInterfaceConstructor4 testInterface4Arg);
[CallWith=ScriptState, RaisesException, Measure] constructor(USVString usvStringArg);
[Custom] constructor(double doubleArg);
};