// Copyright 2016 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.// Flags: --intl-extra// Turning on the creates the non-standard propertiesvardtf=newIntl.DateTimeFormat(['en']);assertTrue('v8Parse'indtf);assertTrue('resolved'indtf);assertTrue(!!dtf.resolved&&'pattern'indtf.resolved);varnf=newIntl.NumberFormat(['en']);assertTrue('v8Parse'innf);assertTrue('resolved'innf);assertTrue(!!nf.resolved&&'pattern'innf.resolved);varcol=newIntl.Collator(['en']);assertTrue('resolved'incol);varbr=newIntl.v8BreakIterator(['en']);assertTrue('resolved'inbr);