• Home
  • Raw
  • Download

Lines Matching full:same

70         EXPECT_TRUE(JSTaggedValue::SameValue(jsTrue, retTrue)) << "Not same value for JS_TRUE";  in JSSpecialValueTest()
72 EXPECT_TRUE(JSTaggedValue::SameValue(jsFalse, retFalse)) << "Not same value for JS_FALSE"; in JSSpecialValueTest()
77 …EXPECT_TRUE(JSTaggedValue::SameValue(jsUndefined, retUndefined)) << "Not same value for JS_UNDEFIN… in JSSpecialValueTest()
78 EXPECT_TRUE(JSTaggedValue::SameValue(jsNull, retNull)) << "Not same value for JS_NULL"; in JSSpecialValueTest()
79 EXPECT_TRUE(JSTaggedValue::SameValue(jsHole, retHole)) << "Not same value for JS_HOLE"; in JSSpecialValueTest()
279 EXPECT_TRUE(ecmaStringCode == resEcmaStringCode) << "Not same HashCode"; in EcmaStringTest1()
280 …EXPECT_TRUE(EcmaStringAccessor::StringsAreEqual(*ecmaString, *resEcmaString)) << "Not same EcmaStr… in EcmaStringTest1()
300 EXPECT_TRUE(ecmaStringCode == resEcmaStringCode) << "Not same HashCode"; in EcmaStringTest2()
301 …EXPECT_TRUE(EcmaStringAccessor::StringsAreEqual(*ecmaString, *resEcmaString)) << "Not same EcmaStr… in EcmaStringTest2()
316 EXPECT_TRUE(ecmaStringCode == resEcmaStringCode) << "Not same HashCode"; in EcmaStringTest3()
317 …EXPECT_TRUE(EcmaStringAccessor::StringsAreEqual(*ecmaString, *resEcmaString)) << "Not same EcmaStr… in EcmaStringTest3()
328 EXPECT_TRUE(ecmaStringCode == ecmaString1Code) << "Not same HashCode"; in EcmaStringTest4()
329 …EXPECT_TRUE(EcmaStringAccessor::StringsAreEqual(*ecmaString, *ecmaString1)) << "Not same EcmaStrin… in EcmaStringTest4()
338 EXPECT_TRUE(ecmaStringCode2 == resEcmaStringCode) << "Not same HashCode"; in EcmaStringTest4()
339 …EXPECT_TRUE(EcmaStringAccessor::StringsAreEqual(*ecmaString, *resEcmaString)) << "Not same EcmaStr… in EcmaStringTest4()
355 EXPECT_TRUE(JSTaggedValue::ToInt32(thread, resA) == a) << "Not Same Value"; in Int32Test()
356 EXPECT_TRUE(JSTaggedValue::ToInt32(thread, resMin) == min) << "Not Same Value"; in Int32Test()
357 EXPECT_TRUE(JSTaggedValue::ToInt32(thread, resB) == b) << "Not Same Value"; in Int32Test()
371 EXPECT_TRUE(resA->GetDouble() == a) << "Not Same Value"; in DoubleTest()
372 EXPECT_TRUE(resB->GetDouble() == b) << "Not Same Value"; in DoubleTest()
385 EXPECT_TRUE(resDate->GetTimeValue() == JSTaggedValue(tm)) << "Not Same Time Value"; in JSDateTest()
407 … EXPECT_TRUE(EcmaStringAccessor::StringsAreEqual(*resKeyStr, *keyStr)) << "Not same map key"; in JSMapTest()
409 << "Not same map value"; in JSMapTest()
424 EXPECT_TRUE(resByteLength == byteLength) << "Not Same ByteLength"; // 10 : test case in JSArrayBufferTest()
436 …ECT_TRUE(static_cast<char *>(resBuffer)[i] == static_cast<char *>(buffer)[i]) << "Not Same Buffer"; in JSArrayBufferTest()
457 EXPECT_TRUE(resByteLength == byteLength) << "Not Same ByteLength"; in JSSharedArrayBufferTest()
466 EXPECT_TRUE((uint64_t)buffer == (uint64_t)resBuffer) << "Not Same pointer!"; in JSSharedArrayBufferTest()
468 …ECT_TRUE(static_cast<char *>(resBuffer)[i] == static_cast<char *>(buffer)[i]) << "Not Same Buffer"; in JSSharedArrayBufferTest()
513 EXPECT_TRUE(resBufferSize == bufferSize) << "Not Same Length"; in JSRegexpTest()
527 EXPECT_TRUE(static_cast<char *>(resBuffer)[i] == buffer[i]) << "Not Same ByteCode"; in JSRegexpTest()
552 … EXPECT_TRUE(byteLength.ToUint32() == originTypedArray->GetByteLength()) << "Not Same ByteLength"; in TypedArrayTest1()
553 … EXPECT_TRUE(byteOffset.ToUint32() == originTypedArray->GetByteOffset()) << "Not Same ByteOffset"; in TypedArrayTest1()
554 …EXPECT_TRUE(arrayLength.ToUint32() == originTypedArray->GetArrayLength()) << "Not Same ArrayLength… in TypedArrayTest1()
555 EXPECT_TRUE(contentType == originTypedArray->GetContentType()) << "Not Same ContentType"; in TypedArrayTest1()
563 EXPECT_TRUE(resTaggedLength == originTaggedLength) << "Not same viewedBuffer length"; in TypedArrayTest1()
571 …UE(static_cast<char *>(resBuffer)[i] == static_cast<char *>(buffer)[i]) << "Not same viewedBuffer"; in TypedArrayTest1()
596 … EXPECT_TRUE(byteLength.ToUint32() == originTypedArray->GetByteLength()) << "Not Same ByteLength"; in TypedArrayTest2()
597 … EXPECT_TRUE(byteOffset.ToUint32() == originTypedArray->GetByteOffset()) << "Not Same ByteOffset"; in TypedArrayTest2()
598 …EXPECT_TRUE(arrayLength.ToUint32() == originTypedArray->GetArrayLength()) << "Not Same ArrayLength… in TypedArrayTest2()
599 EXPECT_TRUE(contentType == originTypedArray->GetContentType()) << "Not Same ContentType"; in TypedArrayTest2()
607 EXPECT_TRUE(resTaggedLength == originTaggedLength) << "Not same byteArray length"; in TypedArrayTest2()
610 EXPECT_TRUE(resElementSize == originElementSize) << "Not same byteArray size"; in TypedArrayTest2()
614 EXPECT_TRUE(resByteArrayVal == originByteArrayVal) << "Not same viewedBuffer"; in TypedArrayTest2()