Home
last modified time | relevance | path

Searched defs:sfoo (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcompoundExponentiationAssignmentLHSIsValue.js13 static sfoo() { method in C
60 static sfoo() { method in Derived
115 C.sfoo = function () { function in C
163 Derived.sfoo = function () { function in Derived
DcompoundAssignmentLHSIsValue.js15 static sfoo() { method in C
79 static sfoo() { method in Derived
153 C.sfoo = function () { function in C
218 Derived.sfoo = function () { function in Derived
DassignmentLHSIsValue.js9 static sfoo() { this = value; } method in C
97 C.sfoo = function () { this = value; }; function in C
136 Derived.sfoo = function () { _super. = value; }; function in Derived
/third_party/typescript/tests/cases/conformance/expressions/assignmentOperator/
DassignmentLHSIsValue.ts8 static sfoo() { this = value; } method in C
46 static sfoo() { super = value; } method in Derived
DcompoundAssignmentLHSIsValue.ts16 static sfoo() { method in C
80 static sfoo() { method in Derived
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/
DcompoundExponentiationAssignmentLHSIsValue.ts13 static sfoo() { method in C
60 static sfoo() { method in Derived
/third_party/rust/rust/tests/ui/borrowck/
Dborrowck-unsafe-static-mutable-borrows.rs15 let sfoo: *mut Foo = &mut SFOO; in main() localVariable