michael@0: // Copyright 2012 Google Inc. All rights reserved. michael@0: // This code is governed by the BSD license found in the LICENSE file. michael@0: michael@0: /** michael@0: * @description Tests that Intl.NumberFormat.prototype.constructor is the michael@0: * Intl.NumberFormat. michael@0: * @author: Roozbeh Pournader michael@0: */ michael@0: michael@0: if (Intl.NumberFormat.prototype.constructor !== Intl.NumberFormat) { michael@0: $ERROR("Intl.NumberFormat.prototype.constructor is not the same as " + michael@0: "Intl.NumberFormat"); michael@0: } michael@0: