| 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. | 5 // This file has been auto-generated by code_generator_v8.py. |
| 6 // DO NOT MODIFY! | 6 // DO NOT MODIFY! |
| 7 | 7 |
| 8 // This file has been generated from the Jinja2 template in | 8 // This file has been generated from the Jinja2 template in |
| 9 // third_party/WebKit/Source/bindings/templates/interface.h.tmpl | 9 // third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
| 10 | 10 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 | 55 |
| 56 CORE_EXPORT static void legacyCallerMethodCallback(const v8::FunctionCallbackI
nfo<v8::Value>&); | 56 CORE_EXPORT static void legacyCallerMethodCallback(const v8::FunctionCallbackI
nfo<v8::Value>&); |
| 57 CORE_EXPORT static void itemMethodCallback(const v8::FunctionCallbackInfo<v8::
Value>&); | 57 CORE_EXPORT static void itemMethodCallback(const v8::FunctionCallbackInfo<v8::
Value>&); |
| 58 CORE_EXPORT static void setItemMethodCallback(const v8::FunctionCallbackInfo<v
8::Value>&); | 58 CORE_EXPORT static void setItemMethodCallback(const v8::FunctionCallbackInfo<v
8::Value>&); |
| 59 CORE_EXPORT static void deleteItemMethodCallback(const v8::FunctionCallbackInf
o<v8::Value>&); | 59 CORE_EXPORT static void deleteItemMethodCallback(const v8::FunctionCallbackInf
o<v8::Value>&); |
| 60 CORE_EXPORT static void namedItemMethodCallback(const v8::FunctionCallbackInfo
<v8::Value>&); | 60 CORE_EXPORT static void namedItemMethodCallback(const v8::FunctionCallbackInfo
<v8::Value>&); |
| 61 CORE_EXPORT static void setNamedItemMethodCallback(const v8::FunctionCallbackI
nfo<v8::Value>&); | 61 CORE_EXPORT static void setNamedItemMethodCallback(const v8::FunctionCallbackI
nfo<v8::Value>&); |
| 62 CORE_EXPORT static void deleteNamedItemMethodCallback(const v8::FunctionCallba
ckInfo<v8::Value>&); | 62 CORE_EXPORT static void deleteNamedItemMethodCallback(const v8::FunctionCallba
ckInfo<v8::Value>&); |
| 63 CORE_EXPORT static void stringifierMethodMethodCallback(const v8::FunctionCall
backInfo<v8::Value>&); | 63 CORE_EXPORT static void stringifierMethodMethodCallback(const v8::FunctionCall
backInfo<v8::Value>&); |
| 64 CORE_EXPORT static void keysMethodCallback(const v8::FunctionCallbackInfo<v8::
Value>&); | 64 CORE_EXPORT static void keysMethodCallback(const v8::FunctionCallbackInfo<v8::
Value>&); |
| 65 CORE_EXPORT static void valuesMethodCallback(const v8::FunctionCallbackInfo<v8
::Value>&); | |
| 66 CORE_EXPORT static void entriesMethodCallback(const v8::FunctionCallbackInfo<v
8::Value>&); | 65 CORE_EXPORT static void entriesMethodCallback(const v8::FunctionCallbackInfo<v
8::Value>&); |
| 67 CORE_EXPORT static void forEachMethodCallback(const v8::FunctionCallbackInfo<v
8::Value>&); | 66 CORE_EXPORT static void forEachMethodCallback(const v8::FunctionCallbackInfo<v
8::Value>&); |
| 68 CORE_EXPORT static void hasMethodCallback(const v8::FunctionCallbackInfo<v8::V
alue>&); | 67 CORE_EXPORT static void hasMethodCallback(const v8::FunctionCallbackInfo<v8::V
alue>&); |
| 69 CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo<
v8::Value>&); | 68 CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo<
v8::Value>&); |
| 70 CORE_EXPORT static void iteratorMethodCallback(const v8::FunctionCallbackInfo<
v8::Value>&); | 69 CORE_EXPORT static void iteratorMethodCallback(const v8::FunctionCallbackInfo<
v8::Value>&); |
| 71 | 70 |
| 72 CORE_EXPORT static void namedPropertyGetterCallback(v8::Local<v8::Name>, const
v8::PropertyCallbackInfo<v8::Value>&); | 71 CORE_EXPORT static void namedPropertyGetterCallback(v8::Local<v8::Name>, const
v8::PropertyCallbackInfo<v8::Value>&); |
| 73 CORE_EXPORT static void namedPropertySetterCallback(v8::Local<v8::Name>, v8::L
ocal<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&); | 72 CORE_EXPORT static void namedPropertySetterCallback(v8::Local<v8::Name>, v8::L
ocal<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&); |
| 74 CORE_EXPORT static void namedPropertyDeleterCallback(v8::Local<v8::Name>, cons
t v8::PropertyCallbackInfo<v8::Boolean>&); | 73 CORE_EXPORT static void namedPropertyDeleterCallback(v8::Local<v8::Name>, cons
t v8::PropertyCallbackInfo<v8::Boolean>&); |
| 75 CORE_EXPORT static void namedPropertyQueryCallback(v8::Local<v8::Name>, const
v8::PropertyCallbackInfo<v8::Integer>&); | 74 CORE_EXPORT static void namedPropertyQueryCallback(v8::Local<v8::Name>, const
v8::PropertyCallbackInfo<v8::Integer>&); |
| (...skipping 12 matching lines...) Expand all Loading... |
| 88 }; | 87 }; |
| 89 | 88 |
| 90 template <> | 89 template <> |
| 91 struct V8TypeOf<TestInterface2> { | 90 struct V8TypeOf<TestInterface2> { |
| 92 typedef V8TestInterface2 Type; | 91 typedef V8TestInterface2 Type; |
| 93 }; | 92 }; |
| 94 | 93 |
| 95 } // namespace blink | 94 } // namespace blink |
| 96 | 95 |
| 97 #endif // V8TestInterface2_h | 96 #endif // V8TestInterface2_h |
| OLD | NEW |