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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h

Issue 2891063003: bindings: Use an alias for @@iterator in certain declarations. (Closed)
Patch Set: Rebase patch Created 3 years, 7 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. 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 CORE_EXPORT static void partialSecureContextWindowExposedRuntimeEnabledMethodM ethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); 199 CORE_EXPORT static void partialSecureContextWindowExposedRuntimeEnabledMethodM ethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
200 CORE_EXPORT static void partialSecureContextWorkerExposedRuntimeEnabledMethodM ethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); 200 CORE_EXPORT static void partialSecureContextWorkerExposedRuntimeEnabledMethodM ethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
201 CORE_EXPORT static void voidMethodPartialOverloadMethodCallback(const v8::Func tionCallbackInfo<v8::Value>&); 201 CORE_EXPORT static void voidMethodPartialOverloadMethodCallback(const v8::Func tionCallbackInfo<v8::Value>&);
202 CORE_EXPORT static void staticVoidMethodPartialOverloadMethodCallback(const v8 ::FunctionCallbackInfo<v8::Value>&); 202 CORE_EXPORT static void staticVoidMethodPartialOverloadMethodCallback(const v8 ::FunctionCallbackInfo<v8::Value>&);
203 CORE_EXPORT static void promiseMethodPartialOverloadMethodCallback(const v8::F unctionCallbackInfo<v8::Value>&); 203 CORE_EXPORT static void promiseMethodPartialOverloadMethodCallback(const v8::F unctionCallbackInfo<v8::Value>&);
204 CORE_EXPORT static void staticPromiseMethodPartialOverloadMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); 204 CORE_EXPORT static void staticPromiseMethodPartialOverloadMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
205 CORE_EXPORT static void partial2VoidMethodMethodCallback(const v8::FunctionCal lbackInfo<v8::Value>&); 205 CORE_EXPORT static void partial2VoidMethodMethodCallback(const v8::FunctionCal lbackInfo<v8::Value>&);
206 CORE_EXPORT static void partial2StaticVoidMethodMethodCallback(const v8::Funct ionCallbackInfo<v8::Value>&); 206 CORE_EXPORT static void partial2StaticVoidMethodMethodCallback(const v8::Funct ionCallbackInfo<v8::Value>&);
207 CORE_EXPORT static void keysMethodCallback(const v8::FunctionCallbackInfo<v8:: Value>&); 207 CORE_EXPORT static void keysMethodCallback(const v8::FunctionCallbackInfo<v8:: Value>&);
208 CORE_EXPORT static void valuesMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&); 208 CORE_EXPORT static void valuesMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&);
209 CORE_EXPORT static void entriesMethodCallback(const v8::FunctionCallbackInfo<v 8::Value>&);
210 CORE_EXPORT static void forEachMethodCallback(const v8::FunctionCallbackInfo<v 8::Value>&); 209 CORE_EXPORT static void forEachMethodCallback(const v8::FunctionCallbackInfo<v 8::Value>&);
211 CORE_EXPORT static void toJSONMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&); 210 CORE_EXPORT static void toJSONMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&);
212 CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&); 211 CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&);
213 CORE_EXPORT static void iteratorMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&); 212 CORE_EXPORT static void iteratorMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&);
214 213
215 CORE_EXPORT static void namedPropertyGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&); 214 CORE_EXPORT static void namedPropertyGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&);
216 CORE_EXPORT static void namedPropertySetterCallback(v8::Local<v8::Name>, v8::L ocal<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&); 215 CORE_EXPORT static void namedPropertySetterCallback(v8::Local<v8::Name>, v8::L ocal<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
217 CORE_EXPORT static void namedPropertyDeleterCallback(v8::Local<v8::Name>, cons t v8::PropertyCallbackInfo<v8::Boolean>&); 216 CORE_EXPORT static void namedPropertyDeleterCallback(v8::Local<v8::Name>, cons t v8::PropertyCallbackInfo<v8::Boolean>&);
218 CORE_EXPORT static void namedPropertyQueryCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Integer>&); 217 CORE_EXPORT static void namedPropertyQueryCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Integer>&);
219 CORE_EXPORT static void namedPropertyEnumeratorCallback(const v8::PropertyCall backInfo<v8::Array>&); 218 CORE_EXPORT static void namedPropertyEnumeratorCallback(const v8::PropertyCall backInfo<v8::Array>&);
(...skipping 11 matching lines...) Expand all
231 }; 230 };
232 231
233 template <> 232 template <>
234 struct V8TypeOf<TestInterfaceImplementation> { 233 struct V8TypeOf<TestInterfaceImplementation> {
235 typedef V8TestInterface Type; 234 typedef V8TestInterface Type;
236 }; 235 };
237 236
238 } // namespace blink 237 } // namespace blink
239 238
240 #endif // V8TestInterface_h 239 #endif // V8TestInterface_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698