Home
last modified time | relevance | path

Searched defs:getInitialState (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DrecursiveClassReferenceTest.ts68 interface IMode { getInitialState(): IState;} method
69 class AbstractMode implements IMode { public getInitialState(): IState { return null;} } method in AbstractMode
96 public getInitialState(): IState { method in Mode
/third_party/typescript/tests/baselines/reference/
DrecursiveClassReferenceTest.js174 AbstractMode.prototype.getInitialState = function () { return null; }; method in AbstractMode
204 Mode.prototype.getInitialState = function () { method in Mode
/third_party/typescript/tests/lib/
Dreact.d.ts188 getInitialState?(): S; method
258 getInitialState?(): S; method