Lines Matching defs:constructor
102 constructor: Base, property in Base
114 constructor: Derived, property in Derived
137 constructor: Base, property in Base
149 constructor: Derived, property in Derived
203 constructor: Base, property in Base
216 constructor: Derived, property in Derived
274 constructor: Base, property in Base
288 constructor: Derived, property in Derived
317 constructor: Base, property in Base
330 constructor: Derived, property in Derived
390 constructor: Base, property in Base
404 constructor: Derived, property in Derived
474 constructor: Base, property in Base
481 constructor: Derived, property in Derived
498 constructor: Base, property in Base
505 constructor: Derived, property in Derived
522 constructor: Base, property in Base
529 constructor: Derived, property in Derived
547 constructor: Base, property in Base
561 constructor: Derived, property in Derived
641 constructor: Base, property in Base
655 constructor: Derived, property in Derived
733 constructor: Base, property in Base
750 constructor: Derived, property in Derived
1099 constructor: Base, property in Base
1115 constructor: Derived, property in Derived
1659 constructor: Base, property in Base
1673 constructor: Derived, property in Derived
1707 constructor: Base, property in Base
1721 constructor: Derived, property in Derived
1755 constructor: Base, property in Base
1768 constructor: Derived, property in Derived
1804 constructor: Derived, property in Derived
1836 constructor: Derived, property in Derived
1868 constructor: Derived, property in Derived
1900 constructor() { method in Derived.mStrict.TestSuperCall.Base
1906 constructor() { method in Derived.mStrict.TestSuperCall.Derived
1923 constructor() { method in Derived.mStrict.TestSuperCall.DerivedDerived
1939 constructor(v) { method in Derived.mStrict.TestSuperCall.Base2
1944 constructor(v1, v2) { method in Derived.mStrict.TestSuperCall.Derived2
1957 constructor() { method in Derived.mStrict.TestSuperCall.G
1963 constructor() { method in Derived.mStrict.TestSuperCall.F
1989 constructor() { method in Derived.mStrict.TestSuperCallErrorCases.T
2066 class C {constructor() { this.x = 99 }} method in Derived.mStrict.TestSuperCallInOtherScopes.C
2067 class D0 extends C {constructor() { eval("'use strict'; super()") }} method in Derived.mStrict.TestSuperCallInOtherScopes.C
2069 class D2 extends C {constructor({a}) { super() }} method in Derived.mStrict.TestSuperCallInOtherScopes.D2
2071 class D3 extends C {constructor(...a) { super() }} method in Derived.mStrict.TestSuperCallInOtherScopes.D3
2073 class D4 extends C {constructor() { { let x; super() } }} method in Derived.mStrict.TestSuperCallInOtherScopes.D4
2081 constructor(x) { method in Derived.mStrict.TestSuperCallInEval.Base
2086 constructor(x) { method in Derived.mStrict.TestSuperCallInEval.Derived
2099 constructor(x) { method in Derived.mStrict.TestSuperCallInArrow.Base
2104 constructor(x) { method in Derived.mStrict.TestSuperCallInArrow.Derived
2117 constructor(x) { method in Derived.mStrict.TestSuperCallEscapes.Base
2124 constructor() { method in Derived.mStrict.TestSuperCallEscapes.Derived
2145 constructor(x) { method in Derived.mStrict.TestSuperCallInLoop.Base
2150 constructor(x, n) { method in Derived.mStrict.TestSuperCallInLoop.Derived
2169 constructor(fun) { method in Derived.mStrict.TestSuperCallReentrant.Base
2174 constructor(x) { method in Derived.mStrict.TestSuperCallReentrant.Derived
2186 constructor(x) { method in Derived.mStrict.TestSuperCallSpreadInEval.Base
2191 constructor(x) { method in Derived.mStrict.TestSuperCallSpreadInEval.Derived
2204 constructor(x) { method in Derived.mStrict.TestSuperCallSpreadInArrow.Base
2209 constructor(x) { method in Derived.mStrict.TestSuperCallSpreadInArrow.Derived