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

Side by Side Diff: Source/bindings/tests/results/V8TestEventConstructor.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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ; 44 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0 ;
45 static inline void* toInternalPointer(TestEventConstructor* impl) 45 static inline void* toInternalPointer(TestEventConstructor* impl)
46 { 46 {
47 return impl; 47 return impl;
48 } 48 }
49 49
50 static inline TestEventConstructor* fromInternalPointer(void* object) 50 static inline TestEventConstructor* fromInternalPointer(void* object)
51 { 51 {
52 return static_cast<TestEventConstructor*>(object); 52 return static_cast<TestEventConstructor*>(object);
53 } 53 }
54 static void installPerContextProperties(v8::Handle<v8::Object>, TestEventCon structor*, v8::Isolate*) { } 54 static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestE ventConstructor*, v8::Isolate*) { }
55 static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8: :Isolate*) { } 55 static void installPerContextEnabledPrototypeProperties(v8::Handle<v8::Objec t>, v8::Isolate*) { }
56 56
57 private: 57 private:
58 friend v8::Handle<v8::Object> wrap(TestEventConstructor*, v8::Handle<v8::Obj ect> creationContext, v8::Isolate*); 58 friend v8::Handle<v8::Object> wrap(TestEventConstructor*, v8::Handle<v8::Obj ect> creationContext, v8::Isolate*);
59 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestEventConstructor> , v8::Handle<v8::Object> creationContext, v8::Isolate*); 59 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestEventConstructor> , v8::Handle<v8::Object> creationContext, v8::Isolate*);
60 }; 60 };
61 61
62 template<> 62 template<>
63 class WrapperTypeTraits<TestEventConstructor > { 63 class WrapperTypeTraits<TestEventConstructor > {
64 public: 64 public:
65 static WrapperTypeInfo* info() { return &V8TestEventConstructor::info; } 65 static WrapperTypeInfo* info() { return &V8TestEventConstructor::info; }
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te stEventConstructor > impl, Wrappable* wrappable) 143 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te stEventConstructor > impl, Wrappable* wrappable)
144 { 144 {
145 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); 145 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
146 } 146 }
147 147
148 bool fillTestEventConstructorInit(TestEventConstructorInit&, const Dictionary&); 148 bool fillTestEventConstructorInit(TestEventConstructorInit&, const Dictionary&);
149 149
150 } 150 }
151 151
152 #endif // V8TestEventConstructor_h 152 #endif // V8TestEventConstructor_h
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestEvent.cpp ('k') | Source/bindings/tests/results/V8TestEventConstructor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698