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

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

Issue 2777183004: Make pair iterators inherit from %IteratorPrototype%. (Closed)
Patch Set: Fix the build after The Blink Rename Created 3 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. 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 CORE_EXPORT static void partialSecureContextWindowExposedMethodMethodCallback( const v8::FunctionCallbackInfo<v8::Value>&); 197 CORE_EXPORT static void partialSecureContextWindowExposedMethodMethodCallback( const v8::FunctionCallbackInfo<v8::Value>&);
198 CORE_EXPORT static void partialSecureContextWorkerExposedMethodMethodCallback( const v8::FunctionCallbackInfo<v8::Value>&); 198 CORE_EXPORT static void partialSecureContextWorkerExposedMethodMethodCallback( const v8::FunctionCallbackInfo<v8::Value>&);
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>&);
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>&);
207 CORE_EXPORT static void toJSONMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&); 211 CORE_EXPORT static void toJSONMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&);
208 CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&); 212 CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&);
209 CORE_EXPORT static void iteratorMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&); 213 CORE_EXPORT static void iteratorMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&);
210 214
211 CORE_EXPORT static void namedPropertyGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&); 215 CORE_EXPORT static void namedPropertyGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&);
212 CORE_EXPORT static void namedPropertySetterCallback(v8::Local<v8::Name>, v8::L ocal<v8::Value>, 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>&);
213 CORE_EXPORT static void namedPropertyDeleterCallback(v8::Local<v8::Name>, cons t v8::PropertyCallbackInfo<v8::Boolean>&); 217 CORE_EXPORT static void namedPropertyDeleterCallback(v8::Local<v8::Name>, cons t v8::PropertyCallbackInfo<v8::Boolean>&);
214 CORE_EXPORT static void namedPropertyQueryCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Integer>&); 218 CORE_EXPORT static void namedPropertyQueryCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Integer>&);
215 CORE_EXPORT static void namedPropertyEnumeratorCallback(const v8::PropertyCall backInfo<v8::Array>&); 219 CORE_EXPORT static void namedPropertyEnumeratorCallback(const v8::PropertyCall backInfo<v8::Array>&);
216 CORE_EXPORT static void indexedPropertyGetterCallback(uint32_t index, const v8 ::PropertyCallbackInfo<v8::Value>&); 220 CORE_EXPORT static void indexedPropertyGetterCallback(uint32_t index, const v8 ::PropertyCallbackInfo<v8::Value>&);
(...skipping 10 matching lines...) Expand all
227 }; 231 };
228 232
229 template <> 233 template <>
230 struct V8TypeOf<TestInterfaceImplementation> { 234 struct V8TypeOf<TestInterfaceImplementation> {
231 typedef V8TestInterface Type; 235 typedef V8TestInterface Type;
232 }; 236 };
233 237
234 } // namespace blink 238 } // namespace blink
235 239
236 #endif // V8TestInterface_h 240 #endif // V8TestInterface_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698