Home | History | Annotate | Download | only in cctest

Lines Matching refs:Int32Value

84   CHECK_EQ(1, CompileRun("calls")->Int32Value());
85 CHECK_EQ(3, CompileRun("count")->Int32Value());
98 CHECK_EQ(1, CompileRun("count")->Int32Value());
116 CHECK_EQ(3, CompileRun("ordering.length")->Int32Value());
117 CHECK_EQ(1, CompileRun("ordering[0]")->Int32Value());
118 CHECK_EQ(2, CompileRun("ordering[1]")->Int32Value());
119 CHECK_EQ(3, CompileRun("ordering[2]")->Int32Value());
126 CHECK_EQ(3, CompileRun("ordering.length")->Int32Value());
127 CHECK_EQ(1, CompileRun("ordering[0]")->Int32Value());
128 CHECK_EQ(2, CompileRun("ordering[1]")->Int32Value());
129 CHECK_EQ(3, CompileRun("ordering[2]")->Int32Value());
153 CHECK_EQ(5, CompileRun("ordering.length")->Int32Value());
154 CHECK_EQ(1, CompileRun("ordering[0]")->Int32Value());
155 CHECK_EQ(2, CompileRun("ordering[1]")->Int32Value());
156 CHECK_EQ(3, CompileRun("ordering[2]")->Int32Value());
159 CHECK_EQ(1, CompileRun("ordering[3]")->Int32Value());
160 CHECK_EQ(2, CompileRun("ordering[1]")->Int32Value());
176 CHECK_EQ(4, CompileRun("ordering.length")->Int32Value());
178 CHECK_EQ(2, CompileRun("ordering[0]")->Int32Value());
180 CHECK_EQ(1, CompileRun("ordering[1]")->Int32Value());
183 CHECK_EQ(1, CompileRun("ordering[2]")->Int32Value());
184 CHECK_EQ(2, CompileRun("ordering[3]")->Int32Value());
287 CHECK_EQ(9, CompileRun("records.length")->Int32Value());
418 return CompileRun("records ? records.length : 0")->Int32Value();
543 CHECK_EQ(1, CompileRun("recordsA ? recordsA.length : 0")->Int32Value());
547 CHECK_EQ(0, CompileRun("recordsB ? recordsB.length : 0")->Int32Value());