Home | History | Annotate | Download | only in cctest

Lines Matching defs:sixteen

4910   Local<Value> sixteen = CompileRun("this[16]");
4911 CHECK_EQ(32, sixteen->Int32Value(context.local()).FromJust());