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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 CORE_EXPORT static void useToImpl4ArgumentsCheckingIfPossibleWithNullableArgMe thodCallback(const v8::FunctionCallbackInfo<v8::Value>&); 613 CORE_EXPORT static void useToImpl4ArgumentsCheckingIfPossibleWithNullableArgMe thodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
614 CORE_EXPORT static void useToImpl4ArgumentsCheckingIfPossibleWithUndefinedArgM ethodCallback(const v8::FunctionCallbackInfo<v8::Value>&); 614 CORE_EXPORT static void useToImpl4ArgumentsCheckingIfPossibleWithUndefinedArgM ethodCallback(const v8::FunctionCallbackInfo<v8::Value>&);
615 CORE_EXPORT static void unforgeableVoidMethodMethodCallback(const v8::Function CallbackInfo<v8::Value>&); 615 CORE_EXPORT static void unforgeableVoidMethodMethodCallback(const v8::Function CallbackInfo<v8::Value>&);
616 CORE_EXPORT static void voidMethodTestInterfaceGarbageCollectedSequenceArgMeth odCallback(const v8::FunctionCallbackInfo<v8::Value>&); 616 CORE_EXPORT static void voidMethodTestInterfaceGarbageCollectedSequenceArgMeth odCallback(const v8::FunctionCallbackInfo<v8::Value>&);
617 CORE_EXPORT static void voidMethodTestInterfaceGarbageCollectedArrayArgMethodC allback(const v8::FunctionCallbackInfo<v8::Value>&); 617 CORE_EXPORT static void voidMethodTestInterfaceGarbageCollectedArrayArgMethodC allback(const v8::FunctionCallbackInfo<v8::Value>&);
618 CORE_EXPORT static void newObjectTestInterfaceMethodMethodCallback(const v8::F unctionCallbackInfo<v8::Value>&); 618 CORE_EXPORT static void newObjectTestInterfaceMethodMethodCallback(const v8::F unctionCallbackInfo<v8::Value>&);
619 CORE_EXPORT static void serializerMethodMethodCallback(const v8::FunctionCallb ackInfo<v8::Value>&); 619 CORE_EXPORT static void serializerMethodMethodCallback(const v8::FunctionCallb ackInfo<v8::Value>&);
620 CORE_EXPORT static void clearMethodCallback(const v8::FunctionCallbackInfo<v8: :Value>&); 620 CORE_EXPORT static void clearMethodCallback(const v8::FunctionCallbackInfo<v8: :Value>&);
621 CORE_EXPORT static void keysMethodCallback(const v8::FunctionCallbackInfo<v8:: Value>&); 621 CORE_EXPORT static void keysMethodCallback(const v8::FunctionCallbackInfo<v8:: Value>&);
622 CORE_EXPORT static void valuesMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&); 622 CORE_EXPORT static void valuesMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&);
623 CORE_EXPORT static void entriesMethodCallback(const v8::FunctionCallbackInfo<v 8::Value>&);
624 CORE_EXPORT static void forEachMethodCallback(const v8::FunctionCallbackInfo<v 8::Value>&); 623 CORE_EXPORT static void forEachMethodCallback(const v8::FunctionCallbackInfo<v 8::Value>&);
625 CORE_EXPORT static void hasMethodCallback(const v8::FunctionCallbackInfo<v8::V alue>&); 624 CORE_EXPORT static void hasMethodCallback(const v8::FunctionCallbackInfo<v8::V alue>&);
626 CORE_EXPORT static void getMethodCallback(const v8::FunctionCallbackInfo<v8::V alue>&); 625 CORE_EXPORT static void getMethodCallback(const v8::FunctionCallbackInfo<v8::V alue>&);
627 CORE_EXPORT static void deleteMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&); 626 CORE_EXPORT static void deleteMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&);
628 CORE_EXPORT static void setMethodCallback(const v8::FunctionCallbackInfo<v8::V alue>&); 627 CORE_EXPORT static void setMethodCallback(const v8::FunctionCallbackInfo<v8::V alue>&);
629 CORE_EXPORT static void toJSONMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&); 628 CORE_EXPORT static void toJSONMethodCallback(const v8::FunctionCallbackInfo<v8 ::Value>&);
630 CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&); 629 CORE_EXPORT static void toStringMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&);
631 CORE_EXPORT static void iteratorMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&); 630 CORE_EXPORT static void iteratorMethodCallback(const v8::FunctionCallbackInfo< v8::Value>&);
632 631
633 CORE_EXPORT static void namedPropertyGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&); 632 CORE_EXPORT static void namedPropertyGetterCallback(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&);
(...skipping 12 matching lines...) Expand all
646 }; 645 };
647 646
648 template <> 647 template <>
649 struct V8TypeOf<TestObject> { 648 struct V8TypeOf<TestObject> {
650 typedef V8TestObject Type; 649 typedef V8TestObject Type;
651 }; 650 };
652 651
653 } // namespace blink 652 } // namespace blink
654 653
655 #endif // V8TestObject_h 654 #endif // V8TestObject_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698