Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/expressions/superPropertyAccess/
DerrorSuperPropertyAccess.ts24 public static get static2() { method in NoBase
29 public static set static2(n) { method in NoBase
/third_party/typescript/tests/baselines/reference/
DerrorSuperPropertyAccess.symbols40 public static get static2() {
41 >static2 : Symbol(NoBase.static2, Decl(errorSuperPropertyAccess.ts, 21, 5), Decl(errorSuperProperty…
47 public static set static2(n) {
48 >static2 : Symbol(NoBase.static2, Decl(errorSuperPropertyAccess.ts, 21, 5), Decl(errorSuperProperty…
DerrorSuperPropertyAccess.types69 public static get static2() {
70 >static2 : string
83 public static set static2(n) {
84 >static2 : string
DerrorSuperPropertyAccess.js25 public static get static2() { getter in NoBase
30 public static set static2(n) { setter in NoBase
DerrorSuperPropertyAccess.errors.txt79 public static get static2() {
88 public static set static2(n) {
/third_party/gn/src/gn/
Dninja_c_binary_target_writer_unittest.cc2129 Target static2(setup.settings(), in TEST_F() local
2131 static2.set_output_type(Target::STATIC_LIBRARY); in TEST_F()
2132 static2.visibility().SetPublic(); in TEST_F()
2133 static2.sources().push_back(SourceFile("//static2/c.cc")); in TEST_F()
2134 static2.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()
2135 static2.SetToolchain(setup.toolchain()); in TEST_F()
2136 ASSERT_TRUE(static2.OnResolved(&err)); in TEST_F()
2165 rlib2.private_deps().push_back(LabelTargetPair(&static2)); in TEST_F()
/third_party/gstreamer/gstreamer/
DChangeLog76478 * tests/old/testsuite/plugin/static2.c:
116139 * testsuite/plugin/static2.c: