Home | History | Annotate | Download | only in cctest

Lines Matching refs:ByteLength

2527   CHECK_EQ(1024, static_cast<int>(ab->ByteLength()));
2532 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength()));
2536 v8::ArrayBuffer::New(isolate, data, ab_contents.ByteLength());
2541 v8::Handle<v8::Value> result = CompileRun("ab2.byteLength");