// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gin/per_context_data.h" #include "gin/public/context_holder.h" #include "gin/public/isolate_holder.h" #include "gin/test/v8_test.h" #include "v8/include/v8-context.h" #include "v8/include/v8-isolate.h" namespace gin { PerContextDataTest; // Verifies PerContextData can be looked up by context and that it is not // available once ContextHolder is destroyed. TEST_F(PerContextDataTest, LookupAndDestruction) { … } } // namespace gin