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 "V8TestObject.h" | 8 #include "V8TestObject.h" |
9 | 9 |
10 #include "bindings/core/v8/BindingSecurity.h" | 10 #include "bindings/core/v8/BindingSecurity.h" |
11 #include "bindings/core/v8/Dictionary.h" | 11 #include "bindings/core/v8/Dictionary.h" |
| 12 #include "bindings/core/v8/DictionaryHelper.h" |
12 #include "bindings/core/v8/ExceptionState.h" | 13 #include "bindings/core/v8/ExceptionState.h" |
13 #include "bindings/core/v8/PrivateScriptRunner.h" | 14 #include "bindings/core/v8/PrivateScriptRunner.h" |
14 #include "bindings/core/v8/ScriptCallStackFactory.h" | 15 #include "bindings/core/v8/ScriptCallStackFactory.h" |
15 #include "bindings/core/v8/ScriptPromise.h" | 16 #include "bindings/core/v8/ScriptPromise.h" |
16 #include "bindings/core/v8/ScriptState.h" | 17 #include "bindings/core/v8/ScriptState.h" |
17 #include "bindings/core/v8/ScriptValue.h" | 18 #include "bindings/core/v8/ScriptValue.h" |
18 #include "bindings/core/v8/SerializedScriptValue.h" | 19 #include "bindings/core/v8/SerializedScriptValue.h" |
19 #include "bindings/core/v8/V8AbstractEventListener.h" | 20 #include "bindings/core/v8/V8AbstractEventListener.h" |
20 #include "bindings/core/v8/V8DOMActivityLogger.h" | 21 #include "bindings/core/v8/V8DOMActivityLogger.h" |
21 #include "bindings/core/v8/V8DOMConfiguration.h" | 22 #include "bindings/core/v8/V8DOMConfiguration.h" |
(...skipping 10895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10917 fromInternalPointer(object)->deref(); | 10918 fromInternalPointer(object)->deref(); |
10918 } | 10919 } |
10919 | 10920 |
10920 template<> | 10921 template<> |
10921 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea
tionContext, v8::Isolate* isolate) | 10922 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea
tionContext, v8::Isolate* isolate) |
10922 { | 10923 { |
10923 return toV8(impl, creationContext, isolate); | 10924 return toV8(impl, creationContext, isolate); |
10924 } | 10925 } |
10925 | 10926 |
10926 } // namespace WebCore | 10927 } // namespace WebCore |
OLD | NEW |