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

Side by Side Diff: Source/bindings/tests/results/V8TestObject.h

Issue 22553002: Make EventListener a callback interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 This file is part of the Blink open source project. 2 This file is part of the Blink open source project.
3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! 3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY!
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public 6 modify it under the terms of the GNU Library General Public
7 License as published by the Free Software Foundation; either 7 License as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version. 8 version 2 of the License, or (at your option) any later version.
9 9
10 This library is distributed in the hope that it will be useful, 10 This library is distributed in the hope that it will be useful,
(...skipping 27 matching lines...) Expand all
38 return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8 DOMWrapperObjectIndex)); 38 return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8 DOMWrapperObjectIndex));
39 } 39 }
40 static void derefObject(void*); 40 static void derefObject(void*);
41 static WrapperTypeInfo info; 41 static WrapperTypeInfo info;
42 static void customMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Valu e>&); 42 static void customMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Valu e>&);
43 static void customMethodWithArgsMethodCustom(const v8::FunctionCallbackInfo< v8::Value>&); 43 static void customMethodWithArgsMethodCustom(const v8::FunctionCallbackInfo< v8::Value>&);
44 static void classMethod2MethodCustom(const v8::FunctionCallbackInfo<v8::Valu e>&); 44 static void classMethod2MethodCustom(const v8::FunctionCallbackInfo<v8::Valu e>&);
45 static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); 45 static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
46 static void customAttrAttrGetterCustom(v8::Local<v8::String> name, const v8: :PropertyCallbackInfo<v8::Value>&); 46 static void customAttrAttrGetterCustom(v8::Local<v8::String> name, const v8: :PropertyCallbackInfo<v8::Value>&);
47 static void customAttrAttrSetterCustom(v8::Local<v8::String> name, v8::Local <v8::Value>, const v8::PropertyCallbackInfo<void>&); 47 static void customAttrAttrSetterCustom(v8::Local<v8::String> name, v8::Local <v8::Value>, const v8::PropertyCallbackInfo<void>&);
48 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ; 48 static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCoun t + 0;
49 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 1 ;
49 static inline void* toInternalPointer(TestObj* impl) 50 static inline void* toInternalPointer(TestObj* impl)
50 { 51 {
51 return impl; 52 return impl;
52 } 53 }
53 54
54 static inline TestObj* fromInternalPointer(void* object) 55 static inline TestObj* fromInternalPointer(void* object)
55 { 56 {
56 return static_cast<TestObj*>(object); 57 return static_cast<TestObj*>(object);
57 } 58 }
58 static void installPerContextProperties(v8::Handle<v8::Object>, TestObj*, v8 ::Isolate*); 59 static void installPerContextProperties(v8::Handle<v8::Object>, TestObj*, v8 ::Isolate*);
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 } 122 }
122 123
123 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestObj > impl, v8::Handle<v8::Obj ect> creationContext, v8::Isolate* isolate) 124 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestObj > impl, v8::Handle<v8::Obj ect> creationContext, v8::Isolate* isolate)
124 { 125 {
125 return toV8(impl.get(), creationContext, isolate); 126 return toV8(impl.get(), creationContext, isolate);
126 } 127 }
127 128
128 } 129 }
129 130
130 #endif // V8TestObject_h 131 #endif // V8TestObject_h
OLDNEW
« no previous file with comments | « Source/bindings/tests/idls/TestObject.idl ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698