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

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

Issue 26547005: IDL compiler: [PerContextEnabled] for getters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reupload Created 7 years, 2 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ; 46 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ;
47 static inline void* toInternalPointer(Event* impl) 47 static inline void* toInternalPointer(Event* impl)
48 { 48 {
49 return V8TestEvent::toInternalPointer(impl); 49 return V8TestEvent::toInternalPointer(impl);
50 } 50 }
51 51
52 static inline Event* fromInternalPointer(void* object) 52 static inline Event* fromInternalPointer(void* object)
53 { 53 {
54 return static_cast<Event*>(V8TestEvent::fromInternalPointer(object)); 54 return static_cast<Event*>(V8TestEvent::fromInternalPointer(object));
55 } 55 }
56 static void installPerContextProperties(v8::Handle<v8::Object>, Event*, v8:: Isolate*) { } 56 static void installPerContextEnabledProperties(v8::Handle<v8::Object>, Event *, v8::Isolate*) { }
57 static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8: :Isolate*) { } 57 static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Objec t>, v8::Isolate*) { }
58 58
59 private: 59 private:
60 friend v8::Handle<v8::Object> wrap(Event*, v8::Handle<v8::Object> creationCo ntext, v8::Isolate*); 60 friend v8::Handle<v8::Object> wrap(Event*, v8::Handle<v8::Object> creationCo ntext, v8::Isolate*);
61 static v8::Handle<v8::Object> createWrapper(PassRefPtr<Event>, v8::Handle<v8 ::Object> creationContext, v8::Isolate*); 61 static v8::Handle<v8::Object> createWrapper(PassRefPtr<Event>, v8::Handle<v8 ::Object> creationContext, v8::Isolate*);
62 }; 62 };
63 63
64 template<> 64 template<>
65 class WrapperTypeTraits<Event > { 65 class WrapperTypeTraits<Event > {
66 public: 66 public:
67 static WrapperTypeInfo* info() { return &V8TestExtendedEvent::info; } 67 static WrapperTypeInfo* info() { return &V8TestExtendedEvent::info; }
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); 147 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
148 } 148 }
149 149
150 bool fillEventInit(EventInit&, const Dictionary&); 150 bool fillEventInit(EventInit&, const Dictionary&);
151 151
152 } 152 }
153 153
154 #endif // ENABLE(TEST) 154 #endif // ENABLE(TEST)
155 155
156 #endif // V8TestExtendedEvent_h 156 #endif // V8TestExtendedEvent_h
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestException.cpp ('k') | Source/bindings/tests/results/V8TestExtendedEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698