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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 // In ScriptWrappable::init, the use of a local function declaration has an issu
e on Windows: | 81 // In ScriptWrappable::init, the use of a local function declaration has an issu
e on Windows: |
82 // the local declaration does not pick up the surrounding namespace. Therefore,
we provide this function | 82 // the local declaration does not pick up the surrounding namespace. Therefore,
we provide this function |
83 // in the global namespace. | 83 // in the global namespace. |
84 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/fe
edback/details/664619/the-namespace-of-local-function-declarations-in-c) | 84 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/fe
edback/details/664619/the-namespace-of-local-function-declarations-in-c) |
85 void webCoreInitializeScriptWrappableForInterface(WebCore::TestObj* object) | 85 void webCoreInitializeScriptWrappableForInterface(WebCore::TestObj* object) |
86 { | 86 { |
87 WebCore::initializeScriptWrappableForInterface(object); | 87 WebCore::initializeScriptWrappableForInterface(object); |
88 } | 88 } |
89 | 89 |
90 namespace WebCore { | 90 namespace WebCore { |
91 WrapperTypeInfo V8TestObject::wrapperTypeInfo = { V8TestObject::GetTemplate, V8T
estObject::derefObject, 0, V8TestObject::toEventTarget, 0, V8TestObject::install
PerContextEnabledPrototypeProperties, &V8EventTarget::wrapperTypeInfo, WrapperTy
peObjectPrototype }; | 91 const WrapperTypeInfo V8TestObject::wrapperTypeInfo = { V8TestObject::GetTemplat
e, V8TestObject::derefObject, 0, V8TestObject::toEventTarget, 0, V8TestObject::i
nstallPerContextEnabledPrototypeProperties, &V8EventTarget::wrapperTypeInfo, Wra
pperTypeObjectPrototype }; |
92 | 92 |
93 namespace TestObjV8Internal { | 93 namespace TestObjV8Internal { |
94 | 94 |
95 template <typename T> void V8_USE(T) { } | 95 template <typename T> void V8_USE(T) { } |
96 | 96 |
97 static void readOnlyLongAttrAttributeGetter(v8::Local<v8::String> name, const v8
::PropertyCallbackInfo<v8::Value>& info) | 97 static void readOnlyLongAttrAttributeGetter(v8::Local<v8::String> name, const v8
::PropertyCallbackInfo<v8::Value>& info) |
98 { | 98 { |
99 TestObj* imp = V8TestObject::toNative(info.Holder()); | 99 TestObj* imp = V8TestObject::toNative(info.Holder()); |
100 v8SetReturnValueInt(info, imp->readOnlyLongAttr()); | 100 v8SetReturnValueInt(info, imp->readOnlyLongAttr()); |
101 } | 101 } |
(...skipping 5102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5204 #if ENABLE(Condition1) | 5204 #if ENABLE(Condition1) |
5205 {"conditionalAttr1", TestObjV8Internal::conditionalAttr1AttributeGetterCallb
ack, TestObjV8Internal::conditionalAttr1AttributeSetterCallback, 0, 0, 0, static
_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::No
ne), 0 /* on instance */}, | 5205 {"conditionalAttr1", TestObjV8Internal::conditionalAttr1AttributeGetterCallb
ack, TestObjV8Internal::conditionalAttr1AttributeSetterCallback, 0, 0, 0, static
_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::No
ne), 0 /* on instance */}, |
5206 #endif // ENABLE(Condition1) | 5206 #endif // ENABLE(Condition1) |
5207 #if ENABLE(Condition1) && ENABLE(Condition2) | 5207 #if ENABLE(Condition1) && ENABLE(Condition2) |
5208 {"conditionalAttr2", TestObjV8Internal::conditionalAttr2AttributeGetterCallb
ack, TestObjV8Internal::conditionalAttr2AttributeSetterCallback, 0, 0, 0, static
_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::No
ne), 0 /* on instance */}, | 5208 {"conditionalAttr2", TestObjV8Internal::conditionalAttr2AttributeGetterCallb
ack, TestObjV8Internal::conditionalAttr2AttributeSetterCallback, 0, 0, 0, static
_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::No
ne), 0 /* on instance */}, |
5209 #endif // ENABLE(Condition1) && ENABLE(Condition2) | 5209 #endif // ENABLE(Condition1) && ENABLE(Condition2) |
5210 #if ENABLE(Condition1) || ENABLE(Condition2) | 5210 #if ENABLE(Condition1) || ENABLE(Condition2) |
5211 {"conditionalAttr3", TestObjV8Internal::conditionalAttr3AttributeGetterCallb
ack, TestObjV8Internal::conditionalAttr3AttributeSetterCallback, 0, 0, 0, static
_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::No
ne), 0 /* on instance */}, | 5211 {"conditionalAttr3", TestObjV8Internal::conditionalAttr3AttributeGetterCallb
ack, TestObjV8Internal::conditionalAttr3AttributeSetterCallback, 0, 0, 0, static
_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::No
ne), 0 /* on instance */}, |
5212 #endif // ENABLE(Condition1) || ENABLE(Condition2) | 5212 #endif // ENABLE(Condition1) || ENABLE(Condition2) |
5213 #if ENABLE(Condition1) | 5213 #if ENABLE(Condition1) |
5214 {"conditionalAttr4", TestObjV8Internal::TestObjConstructorGetter, TestObjV8I
nternal::TestObjReplaceableAttributeSetterCallback, 0, 0, &V8TestObjectectA::wra
pperTypeInfo, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::Prope
rtyAttribute>(v8::DontEnum), 0 /* on instance */}, | 5214 {"conditionalAttr4", TestObjV8Internal::TestObjConstructorGetter, TestObjV8I
nternal::TestObjReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperType
Info*>(&V8TestObjectectA::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::D
EFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */}, |
5215 #endif // ENABLE(Condition1) | 5215 #endif // ENABLE(Condition1) |
5216 #if ENABLE(Condition1) && ENABLE(Condition2) | 5216 #if ENABLE(Condition1) && ENABLE(Condition2) |
5217 {"conditionalAttr5", TestObjV8Internal::TestObjConstructorGetter, TestObjV8I
nternal::TestObjReplaceableAttributeSetterCallback, 0, 0, &V8TestObjectectB::wra
pperTypeInfo, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::Prope
rtyAttribute>(v8::DontEnum), 0 /* on instance */}, | 5217 {"conditionalAttr5", TestObjV8Internal::TestObjConstructorGetter, TestObjV8I
nternal::TestObjReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperType
Info*>(&V8TestObjectectB::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::D
EFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */}, |
5218 #endif // ENABLE(Condition1) && ENABLE(Condition2) | 5218 #endif // ENABLE(Condition1) && ENABLE(Condition2) |
5219 #if ENABLE(Condition1) || ENABLE(Condition2) | 5219 #if ENABLE(Condition1) || ENABLE(Condition2) |
5220 {"conditionalAttr6", TestObjV8Internal::TestObjConstructorGetter, TestObjV8I
nternal::TestObjReplaceableAttributeSetterCallback, 0, 0, &V8TestObjectectC::wra
pperTypeInfo, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::Prope
rtyAttribute>(v8::DontEnum), 0 /* on instance */}, | 5220 {"conditionalAttr6", TestObjV8Internal::TestObjConstructorGetter, TestObjV8I
nternal::TestObjReplaceableAttributeSetterCallback, 0, 0, const_cast<WrapperType
Info*>(&V8TestObjectectC::wrapperTypeInfo), static_cast<v8::AccessControl>(v8::D
EFAULT), static_cast<v8::PropertyAttribute>(v8::DontEnum), 0 /* on instance */}, |
5221 #endif // ENABLE(Condition1) || ENABLE(Condition2) | 5221 #endif // ENABLE(Condition1) || ENABLE(Condition2) |
5222 {"cachedAttribute1", TestObjV8Internal::cachedAttribute1AttributeGetterCallb
ack, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::Pr
opertyAttribute>(v8::None), 0 /* on instance */}, | 5222 {"cachedAttribute1", TestObjV8Internal::cachedAttribute1AttributeGetterCallb
ack, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::Pr
opertyAttribute>(v8::None), 0 /* on instance */}, |
5223 {"cachedAttribute2", TestObjV8Internal::cachedAttribute2AttributeGetterCallb
ack, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::Pr
opertyAttribute>(v8::None), 0 /* on instance */}, | 5223 {"cachedAttribute2", TestObjV8Internal::cachedAttribute2AttributeGetterCallb
ack, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::Pr
opertyAttribute>(v8::None), 0 /* on instance */}, |
5224 {"anyAttribute", TestObjV8Internal::anyAttributeAttributeGetterCallback, Tes
tObjV8Internal::anyAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::Ac
cessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on
instance */}, | 5224 {"anyAttribute", TestObjV8Internal::anyAttributeAttributeGetterCallback, Tes
tObjV8Internal::anyAttributeAttributeSetterCallback, 0, 0, 0, static_cast<v8::Ac
cessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on
instance */}, |
5225 {"callbackFunctionAttribute", TestObjV8Internal::callbackFunctionAttributeAt
tributeGetterCallback, TestObjV8Internal::callbackFunctionAttributeAttributeSett
erCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8
::PropertyAttribute>(v8::None), 0 /* on instance */}, | 5225 {"callbackFunctionAttribute", TestObjV8Internal::callbackFunctionAttributeAt
tributeGetterCallback, TestObjV8Internal::callbackFunctionAttributeAttributeSett
erCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8
::PropertyAttribute>(v8::None), 0 /* on instance */}, |
5226 {"floatArray", TestObjV8Internal::floatArrayAttributeGetterCallback, TestObj
V8Internal::floatArrayAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessCo
ntrol>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on insta
nce */}, | 5226 {"floatArray", TestObjV8Internal::floatArrayAttributeGetterCallback, TestObj
V8Internal::floatArrayAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessCo
ntrol>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on insta
nce */}, |
5227 {"doubleArray", TestObjV8Internal::doubleArrayAttributeGetterCallback, TestO
bjV8Internal::doubleArrayAttributeSetterCallback, 0, 0, 0, static_cast<v8::Acces
sControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on in
stance */}, | 5227 {"doubleArray", TestObjV8Internal::doubleArrayAttributeGetterCallback, TestO
bjV8Internal::doubleArrayAttributeSetterCallback, 0, 0, 0, static_cast<v8::Acces
sControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on in
stance */}, |
5228 {"messagePortArray", TestObjV8Internal::messagePortArrayAttributeGetterCallb
ack, TestObjV8Internal::messagePortArrayAttributeSetterCallback, 0, 0, 0, static
_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::No
ne), 0 /* on instance */}, | 5228 {"messagePortArray", TestObjV8Internal::messagePortArrayAttributeGetterCallb
ack, TestObjV8Internal::messagePortArrayAttributeSetterCallback, 0, 0, 0, static
_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::No
ne), 0 /* on instance */}, |
5229 {"contentDocument", TestObjV8Internal::contentDocumentAttributeGetterCallbac
k, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::Prop
ertyAttribute>(v8::None), 0 /* on instance */}, | 5229 {"contentDocument", TestObjV8Internal::contentDocumentAttributeGetterCallbac
k, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::Prop
ertyAttribute>(v8::None), 0 /* on instance */}, |
5230 {"mutablePoint", TestObjV8Internal::mutablePointAttributeGetterCallback, Tes
tObjV8Internal::mutablePointAttributeSetterCallback, 0, 0, 0, static_cast<v8::Ac
cessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on
instance */}, | 5230 {"mutablePoint", TestObjV8Internal::mutablePointAttributeGetterCallback, Tes
tObjV8Internal::mutablePointAttributeSetterCallback, 0, 0, 0, static_cast<v8::Ac
cessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on
instance */}, |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5445 proto->Set(v8::String::NewSymbol("svgPointMethod"), v8::FunctionTemplate::Ne
w(TestObjV8Internal::svgPointMethodMethodCallback, v8Undefined(), svgPointMethod
Signature, 2)); | 5445 proto->Set(v8::String::NewSymbol("svgPointMethod"), v8::FunctionTemplate::Ne
w(TestObjV8Internal::svgPointMethodMethodCallback, v8Undefined(), svgPointMethod
Signature, 2)); |
5446 | 5446 |
5447 // Custom Signature 'variadicNodeMethod' | 5447 // Custom Signature 'variadicNodeMethod' |
5448 const int variadicNodeMethodArgc = 2; | 5448 const int variadicNodeMethodArgc = 2; |
5449 v8::Handle<v8::FunctionTemplate> variadicNodeMethodArgv[variadicNodeMethodAr
gc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8Node::wrapperTypeInfo, c
urrentWorldType), V8PerIsolateData::from(isolate)->rawTemplate(&V8Node::wrapperT
ypeInfo, currentWorldType) }; | 5449 v8::Handle<v8::FunctionTemplate> variadicNodeMethodArgv[variadicNodeMethodAr
gc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8Node::wrapperTypeInfo, c
urrentWorldType), V8PerIsolateData::from(isolate)->rawTemplate(&V8Node::wrapperT
ypeInfo, currentWorldType) }; |
5450 v8::Handle<v8::Signature> variadicNodeMethodSignature = v8::Signature::New(d
esc, variadicNodeMethodArgc, variadicNodeMethodArgv); | 5450 v8::Handle<v8::Signature> variadicNodeMethodSignature = v8::Signature::New(d
esc, variadicNodeMethodArgc, variadicNodeMethodArgv); |
5451 proto->Set(v8::String::NewSymbol("variadicNodeMethod"), v8::FunctionTemplate
::New(TestObjV8Internal::variadicNodeMethodMethodCallback, v8Undefined(), variad
icNodeMethodSignature, 2)); | 5451 proto->Set(v8::String::NewSymbol("variadicNodeMethod"), v8::FunctionTemplate
::New(TestObjV8Internal::variadicNodeMethodMethodCallback, v8Undefined(), variad
icNodeMethodSignature, 2)); |
5452 desc->Set(v8::String::NewSymbol("deprecatedStaticMethod"), v8::FunctionTempl
ate::New(TestObjV8Internal::deprecatedStaticMethodMethodCallback, v8Undefined(),
v8::Local<v8::Signature>(), 0)); | 5452 desc->Set(v8::String::NewSymbol("deprecatedStaticMethod"), v8::FunctionTempl
ate::New(TestObjV8Internal::deprecatedStaticMethodMethodCallback, v8Undefined(),
v8::Local<v8::Signature>(), 0)); |
5453 desc->SetNativeDataProperty(v8::String::NewSymbol("staticReadOnlyLongAttr"),
TestObjV8Internal::staticReadOnlyLongAttrAttributeGetterCallback, 0, v8::Extern
al::New(0), static_cast<v8::PropertyAttribute>(v8::None), v8::Handle<v8::Accesso
rSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT)); | 5453 desc->SetNativeDataProperty(v8::String::NewSymbol("staticReadOnlyLongAttr"),
TestObjV8Internal::staticReadOnlyLongAttrAttributeGetterCallback, 0, v8::Extern
al::New(0), static_cast<v8::PropertyAttribute>(v8::None), v8::Handle<v8::Accesso
rSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT)); |
5454 desc->SetNativeDataProperty(v8::String::NewSymbol("staticStringAttr"), TestO
bjV8Internal::staticStringAttrAttributeGetterCallback, TestObjV8Internal::static
StringAttrAttributeSetterCallback, v8::External::New(0), static_cast<v8::Propert
yAttribute>(v8::None), v8::Handle<v8::AccessorSignature>(), static_cast<v8::Acce
ssControl>(v8::DEFAULT)); | 5454 desc->SetNativeDataProperty(v8::String::NewSymbol("staticStringAttr"), TestO
bjV8Internal::staticStringAttrAttributeGetterCallback, TestObjV8Internal::static
StringAttrAttributeSetterCallback, v8::External::New(0), static_cast<v8::Propert
yAttribute>(v8::None), v8::Handle<v8::AccessorSignature>(), static_cast<v8::Acce
ssControl>(v8::DEFAULT)); |
5455 desc->SetNativeDataProperty(v8::String::NewSymbol("TestSubObj"), TestObjV8In
ternal::TestObjConstructorGetter, 0, v8::External::New(&V8TestSubObj::wrapperTyp
eInfo), static_cast<v8::PropertyAttribute>(v8::DontEnum), v8::Handle<v8::Accesso
rSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT)); | 5455 desc->SetNativeDataProperty(v8::String::NewSymbol("TestSubObj"), TestObjV8In
ternal::TestObjConstructorGetter, 0, v8::External::New(const_cast<WrapperTypeInf
o*>(&V8TestSubObj::wrapperTypeInfo)), static_cast<v8::PropertyAttribute>(v8::Don
tEnum), v8::Handle<v8::AccessorSignature>(), static_cast<v8::AccessControl>(v8::
DEFAULT)); |
5456 desc->SetNativeDataProperty(v8::String::NewSymbol("deprecatedStaticReadOnlyA
ttr"), TestObjV8Internal::deprecatedStaticReadOnlyAttrAttributeGetterCallback, 0
, v8::External::New(0), static_cast<v8::PropertyAttribute>(v8::None), v8::Handle
<v8::AccessorSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT)); | 5456 desc->SetNativeDataProperty(v8::String::NewSymbol("deprecatedStaticReadOnlyA
ttr"), TestObjV8Internal::deprecatedStaticReadOnlyAttrAttributeGetterCallback, 0
, v8::External::New(0), static_cast<v8::PropertyAttribute>(v8::None), v8::Handle
<v8::AccessorSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT)); |
5457 desc->SetNativeDataProperty(v8::String::NewSymbol("deprecatedStaticAttr"), T
estObjV8Internal::deprecatedStaticAttrAttributeGetterCallback, TestObjV8Internal
::deprecatedStaticAttrAttributeSetterCallback, v8::External::New(0), static_cast
<v8::PropertyAttribute>(v8::None), v8::Handle<v8::AccessorSignature>(), static_c
ast<v8::AccessControl>(v8::DEFAULT)); | 5457 desc->SetNativeDataProperty(v8::String::NewSymbol("deprecatedStaticAttr"), T
estObjV8Internal::deprecatedStaticAttrAttributeGetterCallback, TestObjV8Internal
::deprecatedStaticAttrAttributeSetterCallback, v8::External::New(0), static_cast
<v8::PropertyAttribute>(v8::None), v8::Handle<v8::AccessorSignature>(), static_c
ast<v8::AccessControl>(v8::DEFAULT)); |
5458 | 5458 |
5459 // Custom toString template | 5459 // Custom toString template |
5460 desc->Set(v8::String::NewSymbol("toString"), V8PerIsolateData::current()->to
StringTemplate()); | 5460 desc->Set(v8::String::NewSymbol("toString"), V8PerIsolateData::current()->to
StringTemplate()); |
5461 return desc; | 5461 return desc; |
5462 } | 5462 } |
5463 | 5463 |
5464 v8::Handle<v8::FunctionTemplate> V8TestObject::GetTemplate(v8::Isolate* isolate,
WrapperWorldType currentWorldType) | 5464 v8::Handle<v8::FunctionTemplate> V8TestObject::GetTemplate(v8::Isolate* isolate,
WrapperWorldType currentWorldType) |
5465 { | 5465 { |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5533 V8DOMWrapper::associateObjectWithWrapper<V8TestObject>(impl, &wrapperTypeInf
o, wrapper, isolate, WrapperConfiguration::Independent); | 5533 V8DOMWrapper::associateObjectWithWrapper<V8TestObject>(impl, &wrapperTypeInf
o, wrapper, isolate, WrapperConfiguration::Independent); |
5534 return wrapper; | 5534 return wrapper; |
5535 } | 5535 } |
5536 | 5536 |
5537 void V8TestObject::derefObject(void* object) | 5537 void V8TestObject::derefObject(void* object) |
5538 { | 5538 { |
5539 fromInternalPointer(object)->deref(); | 5539 fromInternalPointer(object)->deref(); |
5540 } | 5540 } |
5541 | 5541 |
5542 } // namespace WebCore | 5542 } // namespace WebCore |
OLD | NEW |