Lines Matching refs:result
82 size_t result = 0;
84 result++;
87 return result;
407 auto result = std::make_pair(buffer_, buffer_size_);
411 return result;
1108 Maybe<bool> result =
1111 USE(result);
1112 DCHECK(!result.IsNothing());
1113 DCHECK(result.ToChecked());
1255 // same end state and result.
1397 MaybeHandle<Object> result = ReadObject();
1401 if (result.is_null() && version_ == 13 &&
1405 result = ReadObject();
1408 if (result.is_null() && !isolate_->has_pending_exception()) {
1413 return result;
1421 MaybeHandle<Object> result = ReadObjectInternal();
1427 if (result.ToHandle(&object) && V8_UNLIKELY(object->IsJSArrayBuffer()) &&
1430 result = ReadJSArrayBufferView(Handle<JSArrayBuffer>::cast(object));
1433 if (result.is_null() && !suppress_deserialization_errors_ &&
1439 return result;
1964 MaybeHandle<JSArrayBuffer> result =
1968 if (!result.ToHandle(&array_buffer)) return result;
2203 Handle<WasmMemoryObject> result =
2206 AddObjectWithID(id, result);
2207 return result;