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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 // In ScriptWrappable::init, the use of a local function declaration has an issu
e on Windows: | 50 // In ScriptWrappable::init, the use of a local function declaration has an issu
e on Windows: |
51 // the local declaration does not pick up the surrounding namespace. Therefore,
we provide this function | 51 // the local declaration does not pick up the surrounding namespace. Therefore,
we provide this function |
52 // in the global namespace. | 52 // in the global namespace. |
53 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/fe
edback/details/664619/the-namespace-of-local-function-declarations-in-c) | 53 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/fe
edback/details/664619/the-namespace-of-local-function-declarations-in-c) |
54 void webCoreInitializeScriptWrappableForInterface(WebCore::TestActiveDOMObject*
object) | 54 void webCoreInitializeScriptWrappableForInterface(WebCore::TestActiveDOMObject*
object) |
55 { | 55 { |
56 WebCore::initializeScriptWrappableForInterface(object); | 56 WebCore::initializeScriptWrappableForInterface(object); |
57 } | 57 } |
58 | 58 |
59 namespace WebCore { | 59 namespace WebCore { |
60 WrapperTypeInfo V8TestActiveDOMObject::wrapperTypeInfo = { V8TestActiveDOMObject
::GetTemplate, V8TestActiveDOMObject::derefObject, 0, 0, 0, V8TestActiveDOMObjec
t::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype }; | 60 const WrapperTypeInfo V8TestActiveDOMObject::wrapperTypeInfo = { V8TestActiveDOM
Object::GetTemplate, V8TestActiveDOMObject::derefObject, 0, 0, 0, V8TestActiveDO
MObject::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectProtot
ype }; |
61 | 61 |
62 namespace TestActiveDOMObjectV8Internal { | 62 namespace TestActiveDOMObjectV8Internal { |
63 | 63 |
64 template <typename T> void V8_USE(T) { } | 64 template <typename T> void V8_USE(T) { } |
65 | 65 |
66 static void excitingAttrAttributeGetter(v8::Local<v8::String> name, const v8::Pr
opertyCallbackInfo<v8::Value>& info) | 66 static void excitingAttrAttributeGetter(v8::Local<v8::String> name, const v8::Pr
opertyCallbackInfo<v8::Value>& info) |
67 { | 67 { |
68 TestActiveDOMObject* imp = V8TestActiveDOMObject::toNative(info.Holder()); | 68 TestActiveDOMObject* imp = V8TestActiveDOMObject::toNative(info.Holder()); |
69 v8SetReturnValueInt(info, imp->excitingAttr()); | 69 v8SetReturnValueInt(info, imp->excitingAttr()); |
70 } | 70 } |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 | 199 |
200 v8::Local<v8::Signature> defaultSignature; | 200 v8::Local<v8::Signature> defaultSignature; |
201 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestAc
tiveDOMObject", v8::Local<v8::FunctionTemplate>(), V8TestActiveDOMObject::intern
alFieldCount, | 201 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestAc
tiveDOMObject", v8::Local<v8::FunctionTemplate>(), V8TestActiveDOMObject::intern
alFieldCount, |
202 V8TestActiveDOMObjectAttributes, WTF_ARRAY_LENGTH(V8TestActiveDOMObjectA
ttributes), | 202 V8TestActiveDOMObjectAttributes, WTF_ARRAY_LENGTH(V8TestActiveDOMObjectA
ttributes), |
203 0, 0, isolate, currentWorldType); | 203 0, 0, isolate, currentWorldType); |
204 UNUSED_PARAM(defaultSignature); | 204 UNUSED_PARAM(defaultSignature); |
205 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate(); | 205 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate(); |
206 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate(); | 206 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate(); |
207 UNUSED_PARAM(instance); | 207 UNUSED_PARAM(instance); |
208 UNUSED_PARAM(proto); | 208 UNUSED_PARAM(proto); |
209 instance->SetAccessCheckCallbacks(TestActiveDOMObjectV8Internal::namedSecuri
tyCheck, TestActiveDOMObjectV8Internal::indexedSecurityCheck, v8::External::New(
&V8TestActiveDOMObject::wrapperTypeInfo)); | 209 instance->SetAccessCheckCallbacks(TestActiveDOMObjectV8Internal::namedSecuri
tyCheck, TestActiveDOMObjectV8Internal::indexedSecurityCheck, v8::External::New(
const_cast<WrapperTypeInfo*>(&V8TestActiveDOMObject::wrapperTypeInfo))); |
210 | 210 |
211 // Custom Signature 'excitingFunction' | 211 // Custom Signature 'excitingFunction' |
212 const int excitingFunctionArgc = 1; | 212 const int excitingFunctionArgc = 1; |
213 v8::Handle<v8::FunctionTemplate> excitingFunctionArgv[excitingFunctionArgc]
= { V8PerIsolateData::from(isolate)->rawTemplate(&V8Node::wrapperTypeInfo, curre
ntWorldType) }; | 213 v8::Handle<v8::FunctionTemplate> excitingFunctionArgv[excitingFunctionArgc]
= { V8PerIsolateData::from(isolate)->rawTemplate(&V8Node::wrapperTypeInfo, curre
ntWorldType) }; |
214 v8::Handle<v8::Signature> excitingFunctionSignature = v8::Signature::New(des
c, excitingFunctionArgc, excitingFunctionArgv); | 214 v8::Handle<v8::Signature> excitingFunctionSignature = v8::Signature::New(des
c, excitingFunctionArgc, excitingFunctionArgv); |
215 proto->Set(v8::String::NewSymbol("excitingFunction"), v8::FunctionTemplate::
New(TestActiveDOMObjectV8Internal::excitingFunctionMethodCallback, v8Undefined()
, excitingFunctionSignature, 1)); | 215 proto->Set(v8::String::NewSymbol("excitingFunction"), v8::FunctionTemplate::
New(TestActiveDOMObjectV8Internal::excitingFunctionMethodCallback, v8Undefined()
, excitingFunctionSignature, 1)); |
216 | 216 |
217 // Function 'postMessage' (Extended Attributes: 'DoNotCheckSecurity') | 217 // Function 'postMessage' (Extended Attributes: 'DoNotCheckSecurity') |
218 proto->SetAccessor(v8::String::NewSymbol("postMessage"), TestActiveDOMObject
V8Internal::postMessageAttributeGetterCallback, TestActiveDOMObjectV8Internal::T
estActiveDOMObjectDomainSafeFunctionSetter, v8Undefined(), v8::ALL_CAN_READ, sta
tic_cast<v8::PropertyAttribute>(v8::DontDelete)); | 218 proto->SetAccessor(v8::String::NewSymbol("postMessage"), TestActiveDOMObject
V8Internal::postMessageAttributeGetterCallback, TestActiveDOMObjectV8Internal::T
estActiveDOMObjectDomainSafeFunctionSetter, v8Undefined(), v8::ALL_CAN_READ, sta
tic_cast<v8::PropertyAttribute>(v8::DontDelete)); |
219 | 219 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 V8DOMWrapper::associateObjectWithWrapper<V8TestActiveDOMObject>(impl, &wrapp
erTypeInfo, wrapper, isolate, WrapperConfiguration::Independent); | 268 V8DOMWrapper::associateObjectWithWrapper<V8TestActiveDOMObject>(impl, &wrapp
erTypeInfo, wrapper, isolate, WrapperConfiguration::Independent); |
269 return wrapper; | 269 return wrapper; |
270 } | 270 } |
271 | 271 |
272 void V8TestActiveDOMObject::derefObject(void* object) | 272 void V8TestActiveDOMObject::derefObject(void* object) |
273 { | 273 { |
274 fromInternalPointer(object)->deref(); | 274 fromInternalPointer(object)->deref(); |
275 } | 275 } |
276 | 276 |
277 } // namespace WebCore | 277 } // namespace WebCore |
OLD | NEW |