Home
last modified time | relevance | path

Searched refs:TestConstructor (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-137768.js31 function TestConstructor() { class
48 a = new TestConstructor();
54 a = new TestConstructor();
61 a = new TestConstructor();
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
Dwidget_test.cc45 TEST(WidgetInitializerTest, TestConstructor) { in TEST() argument
/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
Dwidget_test.cc45 TEST(WidgetInitializerTest, TestConstructor) { in TEST() argument
/external/chromium_org/v8/test/mjsunit/es6/
Dweak_collections.js238 function TestConstructor(C) { class
243 TestConstructor(WeakMap);
244 TestConstructor(WeakSet);
Dsymbols.js89 function TestConstructor() { class
100 TestConstructor()
/external/chromium_org/v8/test/mjsunit/harmony/
Dcollections.js310 function TestConstructor(C) { class
315 TestConstructor(Set);
316 TestConstructor(Map);
317 TestConstructor(WeakMap);
318 TestConstructor(WeakSet);
Dprivate.js76 function TestConstructor() { class
82 TestConstructor()