OLD | NEW |
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 "V8TestSpecialOperations.h" | 8 #include "V8TestSpecialOperations.h" |
9 | 9 |
10 #include "RuntimeEnabledFeatures.h" | 10 #include "RuntimeEnabledFeatures.h" |
11 #include "V8Node.h" | 11 #include "bindings/tests/v8/V8Node.h" |
12 #include "V8NodeList.h" | 12 #include "bindings/tests/v8/V8NodeList.h" |
13 #include "bindings/v8/ExceptionState.h" | 13 #include "bindings/v8/ExceptionState.h" |
14 #include "bindings/v8/V8DOMConfiguration.h" | 14 #include "bindings/v8/V8DOMConfiguration.h" |
15 #include "bindings/v8/V8HiddenValue.h" | 15 #include "bindings/v8/V8HiddenValue.h" |
16 #include "bindings/v8/V8ObjectConstructor.h" | 16 #include "bindings/v8/V8ObjectConstructor.h" |
17 #include "core/dom/ContextFeatures.h" | 17 #include "core/dom/ContextFeatures.h" |
18 #include "core/dom/Document.h" | 18 #include "core/dom/Document.h" |
19 #include "platform/TraceEvent.h" | 19 #include "platform/TraceEvent.h" |
20 #include "wtf/GetPtr.h" | 20 #include "wtf/GetPtr.h" |
21 #include "wtf/RefPtr.h" | 21 #include "wtf/RefPtr.h" |
22 | 22 |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 fromInternalPointer(object)->deref(); | 246 fromInternalPointer(object)->deref(); |
247 } | 247 } |
248 | 248 |
249 template<> | 249 template<> |
250 v8::Handle<v8::Value> toV8NoInline(TestSpecialOperations* impl, v8::Handle<v8::O
bject> creationContext, v8::Isolate* isolate) | 250 v8::Handle<v8::Value> toV8NoInline(TestSpecialOperations* impl, v8::Handle<v8::O
bject> creationContext, v8::Isolate* isolate) |
251 { | 251 { |
252 return toV8(impl, creationContext, isolate); | 252 return toV8(impl, creationContext, isolate); |
253 } | 253 } |
254 | 254 |
255 } // namespace WebCore | 255 } // namespace WebCore |
OLD | NEW |