Home
last modified time | relevance | path

Searched refs:Child2 (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/es6/
Dspread-call-new-class.js24 class Child2 extends Base { class
43 c = new Child2(...[1, 2, 3]);
44 assertInstanceof(c, Child2);
67 class Child2 extends Base { class
86 c = new Child2(...[1, 2, 3]);
87 assertInstanceof(c, Child2);
/external/testng/src/test/java/test/triangle/
DChild2.java10 public class Child2 extends Base { class
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas4137 Child1, Child2: IANTLRInterface;
4157 Child2 := Adaptor.GetChild(T2, I);
4158 if (not _Equals(Child1, Child2, Adaptor)) then
4192 Child2: ITreePattern;
4220 Child2 := T2.GetChild(I) as ITreePattern;
4221 if (not _Parse(Child1, Child2, Labels)) then