Lines Matching refs:INFO
77 GTEST_LOG_(INFO) << "sample_primitive_IntegerRef_int=============================================================";
81 GTEST_LOG_(INFO) << "sample_primitive_IntegerRef_intValue : " << intValue;
83 GTEST_LOG_(INFO) << "sample_primitive_IntegerRef_pintObject_IsInt : " << pintObject->IsInt();
84 GTEST_LOG_(INFO) << "sample_primitive_IntegerRef_uint============================================================";
88 GTEST_LOG_(INFO) << "sample_primitive_uintValue : " << uintValue;
94 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_double===========================================================";
98 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_doubleValue : " << doubleValue;
100 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_pdoubleObject_IsNumber : " << pdoubleObject->IsNumber();
101 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_int32_t==========================================================";
105 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_int32tValue : " << int32tValue;
107 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_pint32tObject_Int32Value : " << pint32tObject->Int32Value(vm_);
108 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_uint32_t=========================================================";
112 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_uint32tValue : " << uint32tValue;
114 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_puint32tObject_Uint32Value : " << puint32tObject->Uint32Value(vm_);
115 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_int64_t==========================================================";
119 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_int64tValue : " << int64tValue;
125 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_uint64_t=========================================================";
132 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_BigIntToInt64 : " << ucValue;
134 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_BigIntToUint64 : " << ucValue1;
141 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_UwordsArrayindex"
145 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_UArraySize : " << ubigWordsRef->GetWordsArraySize(vm_);
151 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_uresultWords"
159 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_int64_t==========================================================";
166 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_BigIntToInt64 : " << icValue;
168 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_BigIntToUint64 : " << icValue1;
175 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_iWordsArrayindex"
179 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_iarraySize : " << ibigWordsRef->GetWordsArraySize(vm_);
185 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_iresultWords"
189 GTEST_LOG_(INFO) << "sample_primitive_BigIntRef_pint64tObject_IsBigInt : " << pint64tObject->IsBigInt(vm_);
195 GTEST_LOG_(INFO) << "sample_primitive_BooleanRef_true============================================================";
197 GTEST_LOG_(INFO) << "sample_primitive_BooleanRef_trueObject_Value : " << trueObject->Value();
199 GTEST_LOG_(INFO) << "sample_primitive_BooleanRef_ptrueObject_IsBoolean : " << ptrueObject->IsBoolean();
200 GTEST_LOG_(INFO) << "sample_primitive_BooleanRef_false===========================================================";
202 GTEST_LOG_(INFO) << "sample_primitive_BooleanRef_falseObject_Value : " << falseObject->Value();
204 GTEST_LOG_(INFO) << "sample_primitive_BooleanRef_pfalseObject_IsBoolean : " << pfalseObject->IsBoolean();
210 GTEST_LOG_(INFO) << "sample_primitive_StringRef_char=============================================================";
219 GTEST_LOG_(INFO) << "sample_primitive_StringRef_charObject : " << res;
221 GTEST_LOG_(INFO) << "sample_primitive_StringRef_charObject_ToString : " << charObjectStr;
223 GTEST_LOG_(INFO) << "sample_primitive_StringRef_charObject_Length : " << charSize;
226 GTEST_LOG_(INFO) << "sample_primitive_StringRef_charObject_WriteLatin1 : " << length;
232 GTEST_LOG_(INFO) << "sample_primitive_StringRef_charObject_GetNapiWrapperString : " << res1;
234 GTEST_LOG_(INFO) << "sample_primitive_StringRef_pcharObject_IsString : " << pcharObject->IsString(vm_);
240 GTEST_LOG_(INFO) << "sample_primitive_StringRef_char16_t=========================================================";
249 GTEST_LOG_(INFO) << "sample_primitive_StringRef_char16tObject : " << res2 << std::endl;
251 GTEST_LOG_(INFO) << "sample_primitive_StringRef_char16tObject_ToString : " << char16tObjectStr;
253 GTEST_LOG_(INFO) << "sample_primitive_StringRef_char16tObject_Length : " << charSize;
256 GTEST_LOG_(INFO) << "sample_primitive_StringRef_char16tObject_WriteLatin1 : " << length;
262 GTEST_LOG_(INFO) << "sample_primitive_StringRef_char16tObject : " << res3;
264 GTEST_LOG_(INFO) << "sample_primitive_StringRef_pchar16tObject_IsString : " << pchar16tObject->IsString(vm_);
270 GTEST_LOG_(INFO) << "sample_primitive_SymbolRef==================================================================";
273 GTEST_LOG_(INFO) << "sample_primitive_symbol_description : " << symbolDescription->ToString(vm_);
275 GTEST_LOG_(INFO) << "sample_primitive_SymbolRef_Psym_IsSymbol : " << psymbolObject->IsSymbol(vm_);
283 GTEST_LOG_(INFO) << "NativePointerTestClass Construction";
288 GTEST_LOG_(INFO) << "NativePointerTestClass Destruction";
309 GTEST_LOG_(INFO) << "sample_NativePointer adress: " << nativePointerTestClass;
313 GTEST_LOG_(INFO) << "NativePointerCb value : " << value;
314 GTEST_LOG_(INFO) << "NativePointerCb hint : " << hint;
320 GTEST_LOG_(INFO) << "sample_NativePointer GetValue : " << yourClassPtr->GetsomeProperty();
322 GTEST_LOG_(INFO) << "sample_NativePointer SetValue : " << yourClassPtr->GetsomeProperty();
323 GTEST_LOG_(INFO) << "sample_NativePointer Value : " << nativePoint->Value();
332 GTEST_LOG_(INFO) << "sample_NativePointerRef_String Value : " << *p;
335 GTEST_LOG_(INFO) << "sample_NativePointerRef_String ChangeValue : " << *((std::string *)nativePoint->Value());
344 GTEST_LOG_(INFO) << "sample_NativePointerRef_Double Value : " << *p;
347 GTEST_LOG_(INFO) << "sample_NativePointerRef_Double ChangeValue: " << *((double *)nativePoint->Value());
356 GTEST_LOG_(INFO) << "sample_NativePointerRef_Char Value : " << *p;
358 GTEST_LOG_(INFO) << "sample_NativePointerRef_Char ChangeValue: " << *((char *)nativePoint->Value());
367 GTEST_LOG_(INFO) << "sample_NativePointerRef_Long Value : " << *p;
370 GTEST_LOG_(INFO) << "sample_NativePointerRef_Long ChangeValue: " << *((long *)nativePoint->Value());
379 GTEST_LOG_(INFO) << "sample_NativePointerRef_Int Value : " << *p;
382 GTEST_LOG_(INFO) << "sample_NativePointerRef_Int ChangeValue: " << *((int *)nativePoint->Value());
388 GTEST_LOG_(INFO) << "GetSymbolRef";
397 GTEST_LOG_(INFO) << "Setter is running";
417 GTEST_LOG_(INFO) << "Setter is running";
432 GTEST_LOG_(INFO) << "Setter is running";
447 GTEST_LOG_(INFO) << "Getter is running";
457 GTEST_LOG_(INFO) << "Getter is running";
467 GTEST_LOG_(INFO) << "Getter is running";
481 GTEST_LOG_(INFO) << "ObjectRefSet";
522 GTEST_LOG_(INFO) << "GetProperty";
525 GTEST_LOG_(INFO) << "GetOwnPropertyNames cnt: " << cnt;
530 GTEST_LOG_(INFO) << "PropertyNames: " << symbol->GetDescription(vm)->ToString(vm);
532 GTEST_LOG_(INFO) << "PropertyNames: " << value->ToString(vm)->ToString(vm);
539 GTEST_LOG_(INFO) << "Get";
543 GTEST_LOG_(INFO) << "Key:1 Value:" << value->ToString(vm)->ToString(vm);
547 GTEST_LOG_(INFO) << "Key:Test2 Value:" << value->ToString(vm)->ToString(vm);
551 GTEST_LOG_(INFO) << "Key:AttributeKey1 Value:" << value->ToString(vm)->ToString(vm);
560 GTEST_LOG_(INFO) << "Key:AttributeKey3 Value:" << str->ToString(vm);
564 GTEST_LOG_(INFO) << "Key:Accessor1 Value:" << str->ToString(vm);
568 GTEST_LOG_(INFO) << "Key:Test3 Value:" << str->ToString(vm);
574 GTEST_LOG_(INFO) << "SetValueAgain";
575 GTEST_LOG_(INFO) << "SetValueAgain";
589 GTEST_LOG_(INFO) << "GetValueAgain";
596 GTEST_LOG_(INFO) << "GetOwnEnumerablePropertyNames";
599 GTEST_LOG_(INFO) << "GetOwnEnumerablePropertyNames cnt: " << cnt;
604 GTEST_LOG_(INFO) << "PropertyNames: " << symbol->GetDescription(vm)->ToString(vm);
606 GTEST_LOG_(INFO) << "PropertyNames: " << value->ToString(vm)->ToString(vm);
617 GTEST_LOG_(INFO) << "GetOwnPropertyNames NATIVE_DEFAULT: " << cnt;
620 GTEST_LOG_(INFO) << "GetOwnPropertyNames NATIVE_WRITABLE: " << cnt;
623 GTEST_LOG_(INFO) << "GetOwnPropertyNames NATIVE_ENUMERABLE: " << cnt;
626 GTEST_LOG_(INFO) << "GetOwnPropertyNames NATIVE_CONFIGURABLE: " << cnt;
635 GTEST_LOG_(INFO) << "PropertyNames: " << symbol->GetDescription(vm)->ToString(vm);
637 GTEST_LOG_(INFO) << "PropertyNames: " << value->ToString(vm)->ToString(vm);
644 GTEST_LOG_(INFO) << "GetAllPropertyNames";
652 GTEST_LOG_(INFO) << "HasAndDelete";
665 GTEST_LOG_(INFO) << "FreezeAndSeal";
691 GTEST_LOG_(INFO) << "GetOwnProperty";
712 GTEST_LOG_(INFO) << "Class A Test()";
718 GTEST_LOG_(INFO) << "NativePointer";
730 GTEST_LOG_(INFO) << "SetNativePointerField is Error";
735 GTEST_LOG_(INFO) << "SetNativePointerField is OK";
744 GTEST_LOG_(INFO) << "SetPrototype";
752 GTEST_LOG_(INFO) << "Prototype: " << type->Typeof(vm)->ToString(vm);
757 GTEST_LOG_(INFO) << "SetPrototype";
783 GTEST_LOG_(INFO) << "sample_demo4_function_test_1 =======================================";
789 GTEST_LOG_(INFO) << "func test log ...";
793 GTEST_LOG_(INFO) << "sample_demo4_function_test_1 ==========================================";
805 GTEST_LOG_(INFO) << "sample_demo4_function_test_2 =======================================";
815 GTEST_LOG_(INFO) << "func test arg " << i << " " << arg->Int32Value(vm);
823 GTEST_LOG_(INFO) << "func test sum " << sum;
834 GTEST_LOG_(INFO) << "func test call sum " << sum;
835 GTEST_LOG_(INFO) << "sample_demo4_function_test_2 ==========================================";
847 GTEST_LOG_(INFO) << "func test arg " << i << " " << arg->Int32Value(vm);
904 GTEST_LOG_(INFO) << "sample_demo4_function_test_3 =======================================";
921 GTEST_LOG_(INFO) << "func test call Add , sum = " << sum1;
922 GTEST_LOG_(INFO) << "func test call AddProxy , sum = " << sum2;
923 GTEST_LOG_(INFO) << "sample_demo4_function_test_3 ==========================================";
1000 GTEST_LOG_(INFO) << "tag construction , name is " << name_;
1004 GTEST_LOG_(INFO) << "tag deconstruction , name is " << name_;
1075 GTEST_LOG_(INFO) << "NewClassFunction, nativePointer is " << nativePointer;
1287 GTEST_LOG_(INFO) << "sample_demo5_class_test =======================================";
1291 GTEST_LOG_(INFO) << Greeter::Greet(vm_, greeter1)->ToString(vm_);
1293 GTEST_LOG_(INFO) << Greeter::Greet(vm_, greeter1)->ToString(vm_);
1295 GTEST_LOG_(INFO) << Greeter::Greet(vm_, greeter1)->ToString(vm_);
1299 GTEST_LOG_(INFO) << Greeter::Greet(vm_, greeter1)->ToString(vm_);
1302 GTEST_LOG_(INFO) << Greeter::StandardGreeting(vm_)->ToString(vm_);
1303 GTEST_LOG_(INFO) << Greeter::StandardPosition(vm_)->ToString(vm_);
1309 GTEST_LOG_(INFO) << Greeter::StandardPosition(vm_)->ToString(vm_);
1310 GTEST_LOG_(INFO) << "sample_demo5_class_test =======================================";
1674 GTEST_LOG_(INFO) << "sample_demo6_polymorphic_test =======================================";
1687 GTEST_LOG_(INFO) << "i1 = " << i1->Int32Value(vm_);
1688 GTEST_LOG_(INFO) << "i2 = " << i2->Int32Value(vm_);
1689 GTEST_LOG_(INFO) << "i3 = " << i3->Int32Value(vm_);
1691 GTEST_LOG_(INFO) << "sample_demo6_polymorphic_test =======================================";
1705 GTEST_LOG_(INFO) << "sample_setIntValue_index_" << i << ": " << intValue->Value();
1708 GTEST_LOG_(INFO) << "sample_getIntValue_index_1: " << resultInt->Value();
1712 GTEST_LOG_(INFO) << "sample_setIntValue_index_5: " << intValue->Value() << " setResult: " << setResult;
1716 GTEST_LOG_(INFO) << "sample_changedIntValue_index_1: " << changedIntValue->Value();
1718 GTEST_LOG_(INFO) << "sample_getChangedIntValue_index_1: " << resultChangedInt->Value();
1721 GTEST_LOG_(INFO) << "sample_printIntValue_index_" << i << ": " << printInt->Value();
1736 GTEST_LOG_(INFO) << "sample_setBoolValue_index_" << i << ": " << boolValue->Value();
1739 GTEST_LOG_(INFO) << "sample_getBoolValue_index_0: " << resultBool->Value();
1741 GTEST_LOG_(INFO) << "sample_setBoolValue_index_5: " << boolValue->Value() << " setResult: " << setResult;
1745 GTEST_LOG_(INFO) << "sample_changedBoolValue_index_0: " << changedBoolValue->Value();
1747 GTEST_LOG_(INFO) << "sample_getChangedBoolValue_index_0: " << resultChangedBool->Value();
1750 GTEST_LOG_(INFO) << "sample_printBoolValue_index_" << i << ": " << printBool->Value();
1765 GTEST_LOG_(INFO) << "sample_setNumberValue_index_" << i << ": " << numberValue->Value();
1768 GTEST_LOG_(INFO) << "sample_getNumberValue_index_0: " << resultNumber->Value();
1770 GTEST_LOG_(INFO) << "sample_setNumberValue_index_5: " << numberValue->Value() << " setResult: " << setResult;
1774 GTEST_LOG_(INFO) << "sample_changedNumberValue_index_0: " << changedNumberValue->Value();
1776 GTEST_LOG_(INFO) << "sample_getChangedNumberValue_index_0: " << resultChangedNumber->Value();
1779 GTEST_LOG_(INFO) << "sample_printNumberValue_index_" << i << ": " << printNumber->Value();
1797 GTEST_LOG_(INFO) << "sample_setStringValue_index_" << i << ": " << result;
1804 GTEST_LOG_(INFO) << "sample_getStringValue_index_0: " << getResult;
1806 GTEST_LOG_(INFO) << "sample_setStringValue_index_5"
1815 GTEST_LOG_(INFO) << "sample_getChangedStringValue_index_0: " << changedResult;
1821 GTEST_LOG_(INFO) << "sample_printStringValue_index_" << i << ": " << printResult;
1840 GTEST_LOG_(INFO) << "sample_Int8Array_byteLength : " << typedArray->ByteLength(vm_);
1841 GTEST_LOG_(INFO) << "sample_Int8Array_byteOffset : " << typedArray->ByteOffset(vm_);
1842 GTEST_LOG_(INFO) << "sample_Int8Array_arrayLength : " << typedArray->ArrayLength(vm_);
1846 GTEST_LOG_(INFO) << "sample_Int8Array_getInt8ArrayValue : " << value;
1865 GTEST_LOG_(INFO) << "sample_Uint8Array_byteLength : " << typedArray->ByteLength(vm_);
1866 GTEST_LOG_(INFO) << "sample_Uint8Array_byteOffset : " << typedArray->ByteOffset(vm_);
1867 GTEST_LOG_(INFO) << "sample_Uint8Array_arrayLength : " << typedArray->ArrayLength(vm_);
1871 GTEST_LOG_(INFO) << "sample_Uint8Array_getUint8ArrayValue : " << value;
1890 GTEST_LOG_(INFO) << "sample_Uint8ClampedArray_byteLength : " << typedArray->ByteLength(vm_);
1891 GTEST_LOG_(INFO) << "sample_Uint8ClampedArray_byteOffset : " << typedArray->ByteOffset(vm_);
1892 GTEST_LOG_(INFO) << "sample_Uint8ClampedArray_arrayLength : " << typedArray->ArrayLength(vm_);
1896 GTEST_LOG_(INFO) << "sample_Uint8ClampedArray_getUint8ClampedArrayValue : " << value;
1915 GTEST_LOG_(INFO) << "sample_Int16Array_byteLength : " << typedArray->ByteLength(vm_);
1916 GTEST_LOG_(INFO) << "sample_Int16Array_byteOffset : " << typedArray->ByteOffset(vm_);
1917 GTEST_LOG_(INFO) << "sample_Int16Array_arrayLength : " << typedArray->ArrayLength(vm_);
1921 GTEST_LOG_(INFO) << "sample_Int16Array_getInt16ArrayValue : " << value;
1940 GTEST_LOG_(INFO) << "sample_Uint16Array_byteLength : " << typedArray->ByteLength(vm_);
1941 GTEST_LOG_(INFO) << "sample_Uint16Array_byteOffset : " << typedArray->ByteOffset(vm_);
1942 GTEST_LOG_(INFO) << "sample_Uint16Array_arrayLength : " << typedArray->ArrayLength(vm_);
1946 GTEST_LOG_(INFO) << "sample_Uint16Array_getUint16ArrayValue : " << value;
1965 GTEST_LOG_(INFO) << "sample_Int32Array_byteLength : " << typedArray->ByteLength(vm_);
1966 GTEST_LOG_(INFO) << "sample_Int32Array_byteOffset : " << typedArray->ByteOffset(vm_);
1967 GTEST_LOG_(INFO) << "sample_Int32Array_arrayLength : " << typedArray->ArrayLength(vm_);
1971 GTEST_LOG_(INFO) << "sample_Int32Array_getInt32ArrayValue : " << value;
1990 GTEST_LOG_(INFO) << "sample_Uint32Array_byteLength : " << typedArray->ByteLength(vm_);
1991 GTEST_LOG_(INFO) << "sample_Uint32Array_byteOffset : " << typedArray->ByteOffset(vm_);
1992 GTEST_LOG_(INFO) << "sample_Uint32Array_arrayLength : " << typedArray->ArrayLength(vm_);
1996 GTEST_LOG_(INFO) << "sample_Uint32Array_getUint32ArrayValue : " << value;
2015 GTEST_LOG_(INFO) << "sample_Float32Array_byteLength : " << typedArray->ByteLength(vm_);
2016 GTEST_LOG_(INFO) << "sample_Float32Array_byteOffset : " << typedArray->ByteOffset(vm_);
2017 GTEST_LOG_(INFO) << "sample_Float32Array_arrayLength : " << typedArray->ArrayLength(vm_);
2021 GTEST_LOG_(INFO) << "sample_Float32Array_getFloat32ArrayValue : " << value;
2040 GTEST_LOG_(INFO) << "sample_Float64Array_byteLength : " << typedArray->ByteLength(vm_);
2041 GTEST_LOG_(INFO) << "sample_Float64Array_byteOffset : " << typedArray->ByteOffset(vm_);
2042 GTEST_LOG_(INFO) << "sample_Float64Array_arrayLength : " << typedArray->ArrayLength(vm_);
2046 GTEST_LOG_(INFO) << "sample_Float64Array_getFloat64ArrayValue : " << value;
2065 GTEST_LOG_(INFO) << "sample_BigInt64Array_byteLength : " << typedArray->ByteLength(vm_);
2066 GTEST_LOG_(INFO) << "sample_BigInt64Array_byteOffset : " << typedArray->ByteOffset(vm_);
2067 GTEST_LOG_(INFO) << "sample_BigInt64Array_arrayLength : " << typedArray->ArrayLength(vm_);
2071 GTEST_LOG_(INFO) << "sample_BigInt64Array_getBigInt64ArrayValue : " << value;
2090 GTEST_LOG_(INFO) << "sample_BigUint64Array_byteLength : " << typedArray->ByteLength(vm_);
2091 GTEST_LOG_(INFO) << "sample_BigUint64Array_byteOffset : " << typedArray->ByteOffset(vm_);
2092 GTEST_LOG_(INFO) << "sample_BigUint64Array_arrayLength : " << typedArray->ArrayLength(vm_);
2096 GTEST_LOG_(INFO) << "sample_BigUint64Array_getBigUint64ArrayValue : " << value;
2109 GTEST_LOG_(INFO) << "sample_DataView_byteLength : " << dataView->ByteLength();
2110 GTEST_LOG_(INFO) << "sample_DataView_byteOffset : " << dataView->ByteOffset();
2111 GTEST_LOG_(INFO) << "sample_DataView_getArrayBuffer : " << dataView->GetArrayBuffer(vm_)->GetBuffer(vm_);
2120 GTEST_LOG_(INFO) << "sample_ArrayBuffer_byteLength : " << arrayLength;
2121 GTEST_LOG_(INFO) << "sample_ArrayBuffer_getArrayBuffer : " << arrayBuffer->GetBuffer(vm_);
2123 GTEST_LOG_(INFO) << "sample_ArrayBuffer_getDetachArrayBuffer : " << arrayBuffer->GetBuffer(vm_);
2125 GTEST_LOG_(INFO) << "sample_ArrayBuffer_getIsDetach : " << result;
2146 GTEST_LOG_(INFO) << "sample_ArrayBufferWithBuffer_byteLength : " << arrayBuffer->ByteLength(vm_);
2147 GTEST_LOG_(INFO) << "sample_ArrayBufferWithBuffer_getArrayBuffer : " << arrayBuffer->GetBuffer(vm_);
2149 GTEST_LOG_(INFO) << "sample_ArrayBufferWithBuffer_getDetachArrayBuffer : " << arrayBuffer->GetBuffer(vm_);
2151 GTEST_LOG_(INFO) << "sample_ArrayBufferWithBuffer_getIsDetach : " << result;
2159 GTEST_LOG_(INFO) << "sample_Buffer_byteLength : " << buffer->ByteLength(vm_);
2160 GTEST_LOG_(INFO) << "sample_Buffer_getBuffer : " << buffer->GetBuffer(vm_);
2181 GTEST_LOG_(INFO) << "sample_bufferWithBuffer_byteLength : " << bufferObj->ByteLength(vm_);
2182 GTEST_LOG_(INFO) << "sample_bufferWithBuffer_getBuffer : " << bufferObj->GetBuffer(vm_);
2201 GTEST_LOG_(INFO) << "sample_demo8_async_test_1 =======================================";
2214 GTEST_LOG_(INFO) << "a / b = " << num;
2225 GTEST_LOG_(INFO) << err;
2234 GTEST_LOG_(INFO) << "End";
2246 GTEST_LOG_(INFO) << "sample_demo8_async_test_1 =======================================";
2286 GTEST_LOG_(INFO) << "key1 : IsString:" << val1IsString << " val:" << val1->ToString(vm)->ToString(vm);
2290 GTEST_LOG_(INFO) << "key2 : IsNumber:" << val2IsNumber << " val:" << val2->Int32Value(vm);
2294 GTEST_LOG_(INFO) << "key3 : IsBoolean:" << val3IsBoolean << " val:" << val3->BooleaValue(vm);
2299 GTEST_LOG_(INFO) << "key4 : IsSymbol:" << val4IsSymbol << " val:"
2304 GTEST_LOG_(INFO) << "55 : " << val5->ToString(vm)->ToString(vm);
2308 GTEST_LOG_(INFO) << "66 : " << val6->Int32Value(vm);
2310 GTEST_LOG_(INFO) << "true : " << val7->ToString(vm)->ToString(vm);
2313 GTEST_LOG_(INFO) << "SymbolRef(key8) : " << val8->ToString(vm)->ToString(vm);
2316 GTEST_LOG_(INFO) << "new SymbolRef(key8) is Undefined : " << val82->IsUndefined();
2319 GTEST_LOG_(INFO) << "size : " << size;
2321 GTEST_LOG_(INFO) << "total element : " << totalElement;
2326 GTEST_LOG_(INFO) << "for map index : " << i << " key : " << jsValue2String(vm, jsKey) << " val : " <<
2337 GTEST_LOG_(INFO) << "Map Iterator kind : " << kind->ToString(vm);
2344 GTEST_LOG_(INFO) << "for map iterator index : " << index << " key : " << jsValue2String(vm, jsKey) <<
2352 GTEST_LOG_(INFO) << "sample_demo9_map_test_1_MapRef_MapIteratorRef =======================================";
2360 GTEST_LOG_(INFO) << "sample_demo9_map_test_1_MapRef_MapIteratorRef =======================================";
2366 GTEST_LOG_(INFO) << "sample_demo9_map_test_2_WeakMapref =======================================";
2383 GTEST_LOG_(INFO) << "size : " << size;
2385 GTEST_LOG_(INFO) << "total elements : " << totalElements;
2390 GTEST_LOG_(INFO) << "for WeakMap index : " << i << " key : " << jsValue2String(vm_, jsKey) << " val : " <<
2395 GTEST_LOG_(INFO) << "Has Key2 : " << hasKey2;
2397 GTEST_LOG_(INFO) << "Has key222 : " << hasKey222;
2399 GTEST_LOG_(INFO) << "sample_demo9_map_test_2_WeakMapref =======================================";
2405 GTEST_LOG_(INFO) << "sample_demo10_set =======================================";
2419 GTEST_LOG_(INFO) << "size : " << size;
2421 GTEST_LOG_(INFO) << "total element : " << totalElement;
2425 GTEST_LOG_(INFO) << "for set index : " << i << " val : " << jsValue2String(vm_, jsVal);
2433 GTEST_LOG_(INFO) << "Set Iterator kind : " << kind->ToString(vm_);
2439 GTEST_LOG_(INFO) << "for set iterator index : " << index << " val : " << jsValue2String(vm_, jsVal);
2441 GTEST_LOG_(INFO) << "sample_demo10_set =======================================";
2447 GTEST_LOG_(INFO) << "sample_demo10_weakset =======================================";
2461 GTEST_LOG_(INFO) << "size : " << size;
2463 GTEST_LOG_(INFO) << "total element : " << totalElement;
2467 GTEST_LOG_(INFO) << "for weakset index : " << i << " val : " << jsValue2String(vm_, jsVal);
2469 GTEST_LOG_(INFO) << "sample_demo10_weakset =======================================";
2478 GTEST_LOG_(INFO) << "str1 : is string : " << jsVal1IsString << " value : " << val1->ToString(vm);
2482 GTEST_LOG_(INFO) << "str2 : is number : " << jsVal2IsNumber << " value : " << val2;
2485 GTEST_LOG_(INFO) << "333 : " << val3;
2488 GTEST_LOG_(INFO) << "str4 : " << val4->ToString(vm);
2494 GTEST_LOG_(INFO) << "b8 is bool : " << jsVal8IsBool << " val : " << val8;
2503 GTEST_LOG_(INFO) << "arr5 length : " << length;
2506 GTEST_LOG_(INFO) << "arr5 : " << i << " " << val5Item->Int32Value(vm);
2510 GTEST_LOG_(INFO) << "arr5 length2 : " << length2;
2513 GTEST_LOG_(INFO) << "arr5 : " << i << " " << val5Item->Int32Value(vm);
2518 GTEST_LOG_(INFO) << "arr6 length : " << length3;
2521 GTEST_LOG_(INFO) << "arr6 : " << i << " " << val6Item->ToString(vm)->ToString(vm);
2534 GTEST_LOG_(INFO) << "data7 : item index:" << i << " Key:" << itemKey->ToString(vm)->ToString(vm) <<
2567 GTEST_LOG_(INFO) << "sample_demo11_json_test_1_parse_object =======================================";
2579 GTEST_LOG_(INFO) << "sample_demo11_json_test_1_parse_object =======================================";
2609 GTEST_LOG_(INFO) << "sample_demo11_json_test_2_stringify_object =======================================";
2647 GTEST_LOG_(INFO) << "jsStr is String : " << jsStr->IsString(vm_);
2650 GTEST_LOG_(INFO) << "json : " << str;
2652 GTEST_LOG_(INFO) << "sample_demo11_json_test_2_stringify_object =======================================";
2660 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array1 =======================================";
2667 GTEST_LOG_(INFO) << "jsArr1 is array : " << jsArr1IsArr;
2670 GTEST_LOG_(INFO) << "arr1 length : " << arr1Length;
2675 GTEST_LOG_(INFO) << "arr1 index : " << i << " value : " << num;
2677 GTEST_LOG_(INFO) << "arr1 index : " << i << " not number !";
2680 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array1 =======================================";
2688 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array2 =======================================";
2695 GTEST_LOG_(INFO) << "jsArr2 is array : " << jsArr2IsArr;
2698 GTEST_LOG_(INFO) << "arr2 length : " << arr2Length;
2702 GTEST_LOG_(INFO) << "arr2 index : " << i << " value : " << str;
2705 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array2 =======================================";
2713 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array3 =======================================";
2718 GTEST_LOG_(INFO) << "jsArr3 is array : " << jsArr3IsArr;
2721 GTEST_LOG_(INFO) << "arr3 length : " << arr3Length;
2725 GTEST_LOG_(INFO) << "arr3 index : " << i << " value : " << b;
2727 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array3 =======================================";
2748 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array4 =======================================";
2758 GTEST_LOG_(INFO) << "jsArr4 is array : " << jsArr4IsArr;
2761 GTEST_LOG_(INFO) << "arr4 length : " << arr4Length;
2769 GTEST_LOG_(INFO) << "arr4 index : " << i << " key1 : " << objVal1->ToString(vm_)->ToString(vm_);
2770 GTEST_LOG_(INFO) << "arr4 index : " << i << " key2 : " << objVal2->ToString(vm_)->ToString(vm_);
2773 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array4 =======================================";
2781 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array5 =======================================";
2788 GTEST_LOG_(INFO) << "jsArr5 is array : " << jsArr5IsArr;
2791 GTEST_LOG_(INFO) << "arr5 length : " << arr5Length;
2795 GTEST_LOG_(INFO) << "arr5 index : " << i << " value : " << arr5Item->ToString(vm_)->ToString(vm_);
2797 GTEST_LOG_(INFO) << "arr5 index : " << i << " value : " << arr5Item->Int32Value(vm_);
2799 GTEST_LOG_(INFO) << "arr5 index : " << i << " value : " << arr5Item->ToBoolean(vm_)->Value();
2804 GTEST_LOG_(INFO) << "arr5 index : " << i << " key1 : " << val1->ToString(vm_)->ToString(vm_);
2805 GTEST_LOG_(INFO) << "arr5 index : " << i << " key2 : " << val2->ToString(vm_)->ToString(vm_);
2807 GTEST_LOG_(INFO) << "arr5 index : " << i << " not type !";
2810 GTEST_LOG_(INFO) << "sample_demo11_json_test_3_parse_array5 =======================================";
2839 GTEST_LOG_(INFO) << "sample_demo11_json_test_4_stringify_array1 =======================================";
2847 GTEST_LOG_(INFO) << " js arr 1 json : " << json1->ToString(vm_)->ToString(vm_);
2848 GTEST_LOG_(INFO) << "sample_demo11_json_test_4_stringify_array1 =======================================";
2853 GTEST_LOG_(INFO) << "sample_demo11_json_test_4_stringify_array2 =======================================";
2866 GTEST_LOG_(INFO) << " js arr 2 json : " << json2->ToString(vm_)->ToString(vm_);
2867 GTEST_LOG_(INFO) << "sample_demo11_json_test_4_stringify_array2 =======================================";
2872 GTEST_LOG_(INFO) << "sample_demo11_json_test_4_stringify_array3 =======================================";
2883 GTEST_LOG_(INFO) << " js arr 3 json : " << json3->ToString(vm_)->ToString(vm_);
2884 GTEST_LOG_(INFO) << "sample_demo11_json_test_4_stringify_array3 =======================================";
3010 GTEST_LOG_(INFO) << log << " no exception .";
3022 GTEST_LOG_(INFO) << log << " exception name : " << exceptionName;
3023 GTEST_LOG_(INFO) << log << " exception message : " << exceptionMessage;
3024 GTEST_LOG_(INFO) << log << " exception stack : " << exceptionStack;
3032 GTEST_LOG_(INFO) << log << " no exception .";
3041 GTEST_LOG_(INFO) << log << " exception name : " << exceptionName;
3042 GTEST_LOG_(INFO) << log << " exception message : " << exceptionMessage;
3043 GTEST_LOG_(INFO) << log << " exception stack : " << exceptionStack;
3051 GTEST_LOG_(INFO) << log << " no exception .";
3062 GTEST_LOG_(INFO) << log << " exception name : " << exceptionName;
3063 GTEST_LOG_(INFO) << log << " exception message : " << exceptionMessage;
3064 GTEST_LOG_(INFO) << log << " exception stack : " << exceptionStack;
3073 GTEST_LOG_(INFO) << log << " no exception .";
3083 GTEST_LOG_(INFO) << log << " exception name : " << exceptionName;
3084 GTEST_LOG_(INFO) << log << " exception message : " << exceptionMessage;
3085 GTEST_LOG_(INFO) << log << " exception stack : " << exceptionStack;
3092 GTEST_LOG_(INFO) << "sample_demo12_exception_test =======================================";
3140 GTEST_LOG_(INFO) << "sample_demo12_exception_test =======================================";