Home | History | Annotate | Download | only in cctest

Lines Matching full:ab_contents

2700   v8::ArrayBuffer::Contents ab_contents = ab->Externalize();
2703 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength()));
2704 void* data = ab_contents.Data();
2707 v8::ArrayBuffer::New(isolate, data, ab_contents.ByteLength());