Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(892)

Side by Side Diff: Source/bindings/tests/results/core/V8TestInterface3.cpp

Issue 1052563002: [bindings] Include V8HiddenValue only if attribute has CachedAttribute or marked keep alive for GC. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
6 6
7 #include "config.h" 7 #include "config.h"
8 #include "V8TestInterface3.h" 8 #include "V8TestInterface3.h"
9 9
10 #include "bindings/core/v8/ExceptionState.h" 10 #include "bindings/core/v8/ExceptionState.h"
11 #include "bindings/core/v8/ScriptState.h" 11 #include "bindings/core/v8/ScriptState.h"
12 #include "bindings/core/v8/ScriptValue.h" 12 #include "bindings/core/v8/ScriptValue.h"
13 #include "bindings/core/v8/V8DOMConfiguration.h" 13 #include "bindings/core/v8/V8DOMConfiguration.h"
14 #include "bindings/core/v8/V8Document.h" 14 #include "bindings/core/v8/V8Document.h"
15 #include "bindings/core/v8/V8HiddenValue.h"
16 #include "bindings/core/v8/V8Iterator.h" 15 #include "bindings/core/v8/V8Iterator.h"
17 #include "bindings/core/v8/V8Node.h" 16 #include "bindings/core/v8/V8Node.h"
18 #include "bindings/core/v8/V8ObjectConstructor.h" 17 #include "bindings/core/v8/V8ObjectConstructor.h"
19 #include "bindings/tests/idls/core/TestPartialInterface4.h" 18 #include "bindings/tests/idls/core/TestPartialInterface4.h"
20 #include "core/dom/ContextFeatures.h" 19 #include "core/dom/ContextFeatures.h"
21 #include "core/dom/Document.h" 20 #include "core/dom/Document.h"
22 #include "platform/RuntimeEnabledFeatures.h" 21 #include "platform/RuntimeEnabledFeatures.h"
23 #include "platform/TraceEvent.h" 22 #include "platform/TraceEvent.h"
24 #include "wtf/GetPtr.h" 23 #include "wtf/GetPtr.h"
25 #include "wtf/RefPtr.h" 24 #include "wtf/RefPtr.h"
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 { 351 {
353 scriptWrappable->toImpl<TestInterface3>()->ref(); 352 scriptWrappable->toImpl<TestInterface3>()->ref();
354 } 353 }
355 354
356 void V8TestInterface3::derefObject(ScriptWrappable* scriptWrappable) 355 void V8TestInterface3::derefObject(ScriptWrappable* scriptWrappable)
357 { 356 {
358 scriptWrappable->toImpl<TestInterface3>()->deref(); 357 scriptWrappable->toImpl<TestInterface3>()->deref();
359 } 358 }
360 359
361 } // namespace blink 360 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698