Home
last modified time | relevance | path

Searched refs:static1 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DerrorSuperPropertyAccess.js21 public static static1() { method in NoBase
163 NoBase.static1 = function () { function in NoBase
DerrorSuperPropertyAccess.symbols34 public static static1() {
35 >static1 : Symbol(NoBase.static1, Decl(errorSuperPropertyAccess.ts, 15, 33))
DerrorSuperPropertyAccess.types58 public static static1() {
59 >static1 : () => void
DerrorSuperPropertyAccess.errors.txt73 public static static1() {
/third_party/typescript/tests/cases/conformance/expressions/superPropertyAccess/
DerrorSuperPropertyAccess.ts20 public static static1() { method in NoBase
/third_party/gn/src/gn/
Dninja_c_binary_target_writer_unittest.cc2120 Target static1(setup.settings(), in TEST_F() local
2122 static1.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
2123 static1.visibility().SetPublic(); in TEST_F()
2124 static1.sources().push_back(SourceFile("//static1/c.cc")); in TEST_F()
2125 static1.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()
2126 static1.SetToolchain(setup.toolchain()); in TEST_F()
2127 ASSERT_TRUE(static1.OnResolved(&err)); in TEST_F()
2154 shared1.private_deps().push_back(LabelTargetPair(&static1)); in TEST_F()