OLD | NEW |
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 25 matching lines...) Expand all Loading... |
36 static bool HasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*); | 36 static bool HasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*); |
37 static v8::Persistent<v8::FunctionTemplate> GetTemplate(v8::Isolate*, Wrappe
rWorldType); | 37 static v8::Persistent<v8::FunctionTemplate> GetTemplate(v8::Isolate*, Wrappe
rWorldType); |
38 static TestInterface* toNative(v8::Handle<v8::Object> object) | 38 static TestInterface* toNative(v8::Handle<v8::Object> object) |
39 { | 39 { |
40 return reinterpret_cast<TestInterface*>(object->GetAlignedPointerFromInt
ernalField(v8DOMWrapperObjectIndex)); | 40 return reinterpret_cast<TestInterface*>(object->GetAlignedPointerFromInt
ernalField(v8DOMWrapperObjectIndex)); |
41 } | 41 } |
42 static void derefObject(void*); | 42 static void derefObject(void*); |
43 static WrapperTypeInfo info; | 43 static WrapperTypeInfo info; |
44 static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); | 44 static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |
45 static v8::Handle<v8::Value> constructorCallback(const v8::Arguments&); | 45 static v8::Handle<v8::Value> constructorCallback(const v8::Arguments&); |
| 46 static v8::Handle<v8::Value> namedPropertyGetter(v8::Local<v8::String>, cons
t v8::AccessorInfo&); |
46 static v8::Handle<v8::Value> namedPropertySetter(v8::Local<v8::String>, v8::
Local<v8::Value>, const v8::AccessorInfo&); | 47 static v8::Handle<v8::Value> namedPropertySetter(v8::Local<v8::String>, v8::
Local<v8::Value>, const v8::AccessorInfo&); |
47 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0
; | 48 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0
; |
48 static void installPerContextProperties(v8::Handle<v8::Object>, TestInterfac
e*, v8::Isolate*); | 49 static void installPerContextProperties(v8::Handle<v8::Object>, TestInterfac
e*, v8::Isolate*); |
49 static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8:
:Isolate*) { } | 50 static void installPerContextPrototypeProperties(v8::Handle<v8::Object>, v8:
:Isolate*) { } |
50 private: | 51 private: |
51 friend v8::Handle<v8::Object> wrap(TestInterface*, v8::Handle<v8::Object> cr
eationContext, v8::Isolate*); | 52 friend v8::Handle<v8::Object> wrap(TestInterface*, v8::Handle<v8::Object> cr
eationContext, v8::Isolate*); |
52 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterface>, v8::H
andle<v8::Object> creationContext, v8::Isolate*); | 53 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterface>, v8::H
andle<v8::Object> creationContext, v8::Isolate*); |
53 }; | 54 }; |
54 | 55 |
55 template<> | 56 template<> |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestInterface > impl, v8::Handle<v
8::Object> creationContext, v8::Isolate* isolate) | 133 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestInterface > impl, v8::Handle<v
8::Object> creationContext, v8::Isolate* isolate) |
133 { | 134 { |
134 return toV8(impl.get(), creationContext, isolate); | 135 return toV8(impl.get(), creationContext, isolate); |
135 } | 136 } |
136 | 137 |
137 } | 138 } |
138 | 139 |
139 #endif // ENABLE(Condition1) || ENABLE(Condition2) | 140 #endif // ENABLE(Condition1) || ENABLE(Condition2) |
140 | 141 |
141 #endif // V8TestInterface_h | 142 #endif // V8TestInterface_h |
OLD | NEW |