Lines Matching refs:setResult
1711 bool setResult = ArrayRef::SetValueAt(vm_, arrayObject, arrayLength, intValue);
1712 GTEST_LOG_(INFO) << "sample_setIntValue_index_5: " << intValue->Value() << " setResult: " << setResult;
1740 bool setResult = ArrayRef::SetValueAt(vm_, arrayObject, arrayLength, boolValue);
1741 GTEST_LOG_(INFO) << "sample_setBoolValue_index_5: " << boolValue->Value() << " setResult: " << setResult;
1769 bool setResult = ArrayRef::SetValueAt(vm_, arrayObject, arrayLength, numberValue);
1770 GTEST_LOG_(INFO) << "sample_setNumberValue_index_5: " << numberValue->Value() << " setResult: " << setResult;
1805 bool setResult = ArrayRef::SetValueAt(vm_, arrayObject, arrayLength, stringValue);
1807 << " setResult: " << setResult;