Home | History | Annotate | Download | only in cctest

Lines Matching refs:ByteLength

2945   size_t ByteLength() const { return contents_.ByteLength(); }
2966 CHECK_EQ(1024, static_cast<int>(ab->ByteLength()));
2973 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength()));
2978 v8::Handle<v8::Value> result = CompileRun("ab.byteLength");
3008 CHECK_EQ(2, static_cast<int>(ab1->ByteLength()));
3013 result = CompileRun("ab1.byteLength");
3026 CHECK_EQ(2, static_cast<int>(ab1_contents.ByteLength()));
3047 CHECK_EQ(100, static_cast<int>(ab3->ByteLength()));
3052 v8::Handle<v8::Value> result = CompileRun("ab3.byteLength");
3070 CHECK_EQ(0, static_cast<int>(dv->ByteLength()));
3076 CHECK_EQ(0, static_cast<int>(ta->ByteLength()));
3085 "%s.byteLength == 0 && %s.byteOffset == 0 && %s.length == 0",
3102 CHECK_EQ(length * kElementSize, static_cast<int>(ta->ByteLength()));
3139 CHECK_EQ(1023, static_cast<int>(dv->ByteLength()));
3143 CHECK_EQ(0, static_cast<int>(buffer->ByteLength()));
3183 CHECK_EQ(0, static_cast<int>(ab->ByteLength()));
3184 CHECK_EQ(0, CompileRun("ab.byteLength")->Int32Value());
3196 CHECK(CompileRun("dv.byteLength == 0 && dv.byteOffset == 0")->IsTrue());
17031 static_cast<int>(ta->ByteLength()));
17116 CHECK_EQ(kSize, static_cast<int>(dv->ByteLength()));