| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
|
| index 9c2d7bffeb3d1e9c86ff9881c5508685216cd96c..ac6487c1091520c3fa8293f3e65038fd04bf4bb7 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
|
| @@ -69,7 +69,7 @@ static void testInterfaceAttributeAttributeGetter(const v8::FunctionCallbackInfo
|
| v8SetReturnValueFast(info, WTF::getPtr(impl->testInterfaceAttribute()), impl);
|
| }
|
|
|
| -void testInterfaceAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void testInterfaceAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::testInterfaceAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -91,7 +91,7 @@ static void testInterfaceAttributeAttributeSetter(v8::Local<v8::Value> v8Value,
|
| impl->setTestInterfaceAttribute(cppValue);
|
| }
|
|
|
| -void testInterfaceAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void testInterfaceAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterface5ImplementationV8Internal::testInterfaceAttributeAttributeSetter(v8Value, info);
|
| @@ -105,7 +105,7 @@ static void doubleAttributeAttributeGetter(const v8::FunctionCallbackInfo<v8::Va
|
| v8SetReturnValue(info, impl->doubleAttribute());
|
| }
|
|
|
| -void doubleAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void doubleAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::doubleAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -123,7 +123,7 @@ static void doubleAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v
|
| impl->setDoubleAttribute(cppValue);
|
| }
|
|
|
| -void doubleAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void doubleAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterface5ImplementationV8Internal::doubleAttributeAttributeSetter(v8Value, info);
|
| @@ -137,7 +137,7 @@ static void floatAttributeAttributeGetter(const v8::FunctionCallbackInfo<v8::Val
|
| v8SetReturnValue(info, impl->floatAttribute());
|
| }
|
|
|
| -void floatAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void floatAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::floatAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -155,7 +155,7 @@ static void floatAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8
|
| impl->setFloatAttribute(cppValue);
|
| }
|
|
|
| -void floatAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void floatAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterface5ImplementationV8Internal::floatAttributeAttributeSetter(v8Value, info);
|
| @@ -169,7 +169,7 @@ static void unrestrictedDoubleAttributeAttributeGetter(const v8::FunctionCallbac
|
| v8SetReturnValue(info, impl->unrestrictedDoubleAttribute());
|
| }
|
|
|
| -void unrestrictedDoubleAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void unrestrictedDoubleAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::unrestrictedDoubleAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -187,7 +187,7 @@ static void unrestrictedDoubleAttributeAttributeSetter(v8::Local<v8::Value> v8Va
|
| impl->setUnrestrictedDoubleAttribute(cppValue);
|
| }
|
|
|
| -void unrestrictedDoubleAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void unrestrictedDoubleAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterface5ImplementationV8Internal::unrestrictedDoubleAttributeAttributeSetter(v8Value, info);
|
| @@ -201,7 +201,7 @@ static void unrestrictedFloatAttributeAttributeGetter(const v8::FunctionCallback
|
| v8SetReturnValue(info, impl->unrestrictedFloatAttribute());
|
| }
|
|
|
| -void unrestrictedFloatAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void unrestrictedFloatAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::unrestrictedFloatAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -219,7 +219,7 @@ static void unrestrictedFloatAttributeAttributeSetter(v8::Local<v8::Value> v8Val
|
| impl->setUnrestrictedFloatAttribute(cppValue);
|
| }
|
|
|
| -void unrestrictedFloatAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void unrestrictedFloatAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterface5ImplementationV8Internal::unrestrictedFloatAttributeAttributeSetter(v8Value, info);
|
| @@ -229,7 +229,7 @@ static void staticStringAttributeAttributeGetter(const v8::FunctionCallbackInfo<
|
| v8SetReturnValueString(info, TestInterface5Implementation::staticStringAttribute(), info.GetIsolate());
|
| }
|
|
|
| -void staticStringAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void staticStringAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::staticStringAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -242,7 +242,7 @@ static void staticStringAttributeAttributeSetter(v8::Local<v8::Value> v8Value, c
|
| TestInterface5Implementation::setStaticStringAttribute(cppValue);
|
| }
|
|
|
| -void staticStringAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void staticStringAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterface5ImplementationV8Internal::staticStringAttributeAttributeSetter(v8Value, info);
|
| @@ -256,7 +256,7 @@ static void alwaysExposedAttributeAttributeGetter(const v8::FunctionCallbackInfo
|
| v8SetReturnValueInt(info, impl->alwaysExposedAttribute());
|
| }
|
|
|
| -void alwaysExposedAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void alwaysExposedAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::alwaysExposedAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -274,7 +274,7 @@ static void alwaysExposedAttributeAttributeSetter(v8::Local<v8::Value> v8Value,
|
| impl->setAlwaysExposedAttribute(cppValue);
|
| }
|
|
|
| -void alwaysExposedAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void alwaysExposedAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterface5ImplementationV8Internal::alwaysExposedAttributeAttributeSetter(v8Value, info);
|
| @@ -288,7 +288,7 @@ static void workerExposedAttributeAttributeGetter(const v8::FunctionCallbackInfo
|
| v8SetReturnValueInt(info, impl->workerExposedAttribute());
|
| }
|
|
|
| -void workerExposedAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void workerExposedAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::workerExposedAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -306,7 +306,7 @@ static void workerExposedAttributeAttributeSetter(v8::Local<v8::Value> v8Value,
|
| impl->setWorkerExposedAttribute(cppValue);
|
| }
|
|
|
| -void workerExposedAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void workerExposedAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterface5ImplementationV8Internal::workerExposedAttributeAttributeSetter(v8Value, info);
|
| @@ -320,7 +320,7 @@ static void windowExposedAttributeAttributeGetter(const v8::FunctionCallbackInfo
|
| v8SetReturnValueInt(info, impl->windowExposedAttribute());
|
| }
|
|
|
| -void windowExposedAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void windowExposedAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::windowExposedAttributeAttributeGetter(info);
|
| }
|
|
|
| @@ -338,7 +338,7 @@ static void windowExposedAttributeAttributeSetter(v8::Local<v8::Value> v8Value,
|
| impl->setWindowExposedAttribute(cppValue);
|
| }
|
|
|
| -void windowExposedAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void windowExposedAttributeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8::Local<v8::Value> v8Value = info[0];
|
|
|
| TestInterface5ImplementationV8Internal::windowExposedAttributeAttributeSetter(v8Value, info);
|
| @@ -363,7 +363,7 @@ static void voidMethodTestInterfaceEmptyArgMethod(const v8::FunctionCallbackInfo
|
| impl->voidMethodTestInterfaceEmptyArg(testInterfaceEmptyArg);
|
| }
|
|
|
| -void voidMethodTestInterfaceEmptyArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void voidMethodTestInterfaceEmptyArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::voidMethodTestInterfaceEmptyArgMethod(info);
|
| }
|
|
|
| @@ -390,7 +390,7 @@ static void voidMethodDoubleArgFloatArgMethod(const v8::FunctionCallbackInfo<v8:
|
| impl->voidMethodDoubleArgFloatArg(doubleArg, floatArg);
|
| }
|
|
|
| -void voidMethodDoubleArgFloatArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void voidMethodDoubleArgFloatArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::voidMethodDoubleArgFloatArgMethod(info);
|
| }
|
|
|
| @@ -417,7 +417,7 @@ static void voidMethodUnrestrictedDoubleArgUnrestrictedFloatArgMethod(const v8::
|
| impl->voidMethodUnrestrictedDoubleArgUnrestrictedFloatArg(unrestrictedDoubleArg, unrestrictedFloatArg);
|
| }
|
|
|
| -void voidMethodUnrestrictedDoubleArgUnrestrictedFloatArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void voidMethodUnrestrictedDoubleArgUnrestrictedFloatArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::voidMethodUnrestrictedDoubleArgUnrestrictedFloatArgMethod(info);
|
| }
|
|
|
| @@ -427,7 +427,7 @@ static void voidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| impl->voidMethod();
|
| }
|
|
|
| -void voidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void voidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::voidMethodMethod(info);
|
| }
|
|
|
| @@ -437,7 +437,7 @@ static void voidMethodMethodForMainWorld(const v8::FunctionCallbackInfo<v8::Valu
|
| impl->voidMethod();
|
| }
|
|
|
| -void voidMethodMethodCallbackForMainWorld(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void voidMethodMethodCallbackForMainWorld(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::voidMethodMethodForMainWorld(info);
|
| }
|
|
|
| @@ -447,7 +447,7 @@ static void alwaysExposedMethodMethod(const v8::FunctionCallbackInfo<v8::Value>&
|
| impl->alwaysExposedMethod();
|
| }
|
|
|
| -void alwaysExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void alwaysExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::alwaysExposedMethodMethod(info);
|
| }
|
|
|
| @@ -457,7 +457,7 @@ static void workerExposedMethodMethod(const v8::FunctionCallbackInfo<v8::Value>&
|
| impl->workerExposedMethod();
|
| }
|
|
|
| -void workerExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void workerExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::workerExposedMethodMethod(info);
|
| }
|
|
|
| @@ -467,7 +467,7 @@ static void windowExposedMethodMethod(const v8::FunctionCallbackInfo<v8::Value>&
|
| impl->windowExposedMethod();
|
| }
|
|
|
| -void windowExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void windowExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::windowExposedMethodMethod(info);
|
| }
|
|
|
| @@ -475,7 +475,7 @@ static void alwaysExposedStaticMethodMethod(const v8::FunctionCallbackInfo<v8::V
|
| TestInterface5Implementation::alwaysExposedStaticMethod();
|
| }
|
|
|
| -void alwaysExposedStaticMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void alwaysExposedStaticMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::alwaysExposedStaticMethodMethod(info);
|
| }
|
|
|
| @@ -483,7 +483,7 @@ static void workerExposedStaticMethodMethod(const v8::FunctionCallbackInfo<v8::V
|
| TestInterface5Implementation::workerExposedStaticMethod();
|
| }
|
|
|
| -void workerExposedStaticMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void workerExposedStaticMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::workerExposedStaticMethodMethod(info);
|
| }
|
|
|
| @@ -491,7 +491,7 @@ static void windowExposedStaticMethodMethod(const v8::FunctionCallbackInfo<v8::V
|
| TestInterface5Implementation::windowExposedStaticMethod();
|
| }
|
|
|
| -void windowExposedStaticMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void windowExposedStaticMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::windowExposedStaticMethodMethod(info);
|
| }
|
|
|
| @@ -501,7 +501,7 @@ static void windowAndServiceWorkerExposedMethodMethod(const v8::FunctionCallback
|
| impl->windowAndServiceWorkerExposedMethod();
|
| }
|
|
|
| -void windowAndServiceWorkerExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void windowAndServiceWorkerExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::windowAndServiceWorkerExposedMethodMethod(info);
|
| }
|
|
|
| @@ -523,7 +523,7 @@ static void voidMethodBooleanOrDOMStringArgMethod(const v8::FunctionCallbackInfo
|
| impl->voidMethodBooleanOrDOMStringArg(arg);
|
| }
|
|
|
| -void voidMethodBooleanOrDOMStringArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void voidMethodBooleanOrDOMStringArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::voidMethodBooleanOrDOMStringArgMethod(info);
|
| }
|
|
|
| @@ -545,7 +545,7 @@ static void voidMethodDoubleOrDOMStringArgMethod(const v8::FunctionCallbackInfo<
|
| impl->voidMethodDoubleOrDOMStringArg(arg);
|
| }
|
|
|
| -void voidMethodDoubleOrDOMStringArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void voidMethodDoubleOrDOMStringArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::voidMethodDoubleOrDOMStringArgMethod(info);
|
| }
|
|
|
| @@ -568,7 +568,7 @@ static void voidMethodVoidExperimentalCallbackFunctionMethod(const v8::FunctionC
|
| impl->voidMethodVoidExperimentalCallbackFunction(arg);
|
| }
|
|
|
| -void voidMethodVoidExperimentalCallbackFunctionMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void voidMethodVoidExperimentalCallbackFunctionMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::voidMethodVoidExperimentalCallbackFunctionMethod(info);
|
| }
|
|
|
| @@ -591,7 +591,7 @@ static void voidMethodVoidCallbackFunctionModulesArgMethod(const v8::FunctionCal
|
| impl->voidMethodVoidCallbackFunctionModulesArg(arg);
|
| }
|
|
|
| -void voidMethodVoidCallbackFunctionModulesArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void voidMethodVoidCallbackFunctionModulesArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::voidMethodVoidCallbackFunctionModulesArgMethod(info);
|
| }
|
|
|
| @@ -609,7 +609,7 @@ static void keysMethod(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8SetReturnValue(info, result);
|
| }
|
|
|
| -void keysMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void keysMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::keysMethod(info);
|
| }
|
|
|
| @@ -627,7 +627,7 @@ static void valuesMethod(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8SetReturnValue(info, result);
|
| }
|
|
|
| -void valuesMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void valuesMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::valuesMethod(info);
|
| }
|
|
|
| @@ -645,7 +645,7 @@ static void entriesMethod(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8SetReturnValue(info, result);
|
| }
|
|
|
| -void entriesMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void entriesMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::entriesMethod(info);
|
| }
|
|
|
| @@ -678,7 +678,7 @@ static void forEachMethod(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| }
|
| }
|
|
|
| -void forEachMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void forEachMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::forEachMethod(info);
|
| }
|
|
|
| @@ -688,7 +688,7 @@ static void toStringMethod(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8SetReturnValueString(info, impl->toString(), info.GetIsolate());
|
| }
|
|
|
| -void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::toStringMethod(info);
|
| }
|
|
|
| @@ -706,7 +706,7 @@ static void iteratorMethod(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| v8SetReturnValue(info, result);
|
| }
|
|
|
| -void iteratorMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void iteratorMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::iteratorMethod(info);
|
| }
|
|
|
| @@ -718,7 +718,7 @@ static void namedPropertyGetter(const AtomicString& name, const v8::PropertyCall
|
| v8SetReturnValueString(info, result, info.GetIsolate());
|
| }
|
|
|
| -void namedPropertyGetterCallback(v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void namedPropertyGetterCallback(v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| if (!name->IsString())
|
| return;
|
| const AtomicString& propertyName = toCoreAtomicString(name.As<v8::String>());
|
| @@ -738,7 +738,7 @@ static void namedPropertySetter(const AtomicString& name, v8::Local<v8::Value> v
|
| v8SetReturnValue(info, v8Value);
|
| }
|
|
|
| -void namedPropertySetterCallback(v8::Local<v8::Name> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void namedPropertySetterCallback(v8::Local<v8::Name> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| if (!name->IsString())
|
| return;
|
| const AtomicString& propertyName = toCoreAtomicString(name.As<v8::String>());
|
| @@ -755,7 +755,7 @@ static void namedPropertyDeleter(const AtomicString& name, const v8::PropertyCal
|
| v8SetReturnValue(info, result == DeleteSuccess);
|
| }
|
|
|
| -void namedPropertyDeleterCallback(v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Boolean>& info) {
|
| +MODULES_EXPORT void namedPropertyDeleterCallback(v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Boolean>& info) {
|
| if (!name->IsString())
|
| return;
|
| const AtomicString& propertyName = toCoreAtomicString(name.As<v8::String>());
|
| @@ -775,7 +775,7 @@ static void namedPropertyQuery(const AtomicString& name, const v8::PropertyCallb
|
| v8SetReturnValueInt(info, v8::None);
|
| }
|
|
|
| -void namedPropertyQueryCallback(v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Integer>& info) {
|
| +MODULES_EXPORT void namedPropertyQueryCallback(v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Integer>& info) {
|
| if (!name->IsString())
|
| return;
|
| const AtomicString& propertyName = toCoreAtomicString(name.As<v8::String>());
|
| @@ -795,7 +795,7 @@ static void namedPropertyEnumerator(const v8::PropertyCallbackInfo<v8::Array>& i
|
| v8SetReturnValue(info, ToV8(names, info.Holder(), info.GetIsolate()).As<v8::Array>());
|
| }
|
|
|
| -void namedPropertyEnumeratorCallback(const v8::PropertyCallbackInfo<v8::Array>& info) {
|
| +MODULES_EXPORT void namedPropertyEnumeratorCallback(const v8::PropertyCallbackInfo<v8::Array>& info) {
|
| TestInterface5ImplementationV8Internal::namedPropertyEnumerator(info);
|
| }
|
|
|
| @@ -813,7 +813,7 @@ static void indexedPropertyGetter(uint32_t index, const v8::PropertyCallbackInfo
|
| v8SetReturnValueString(info, result, info.GetIsolate());
|
| }
|
|
|
| -void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::indexedPropertyGetter(index, info);
|
| }
|
|
|
| @@ -829,7 +829,7 @@ static void indexedPropertySetter(uint32_t index, v8::Local<v8::Value> v8Value,
|
| v8SetReturnValue(info, v8Value);
|
| }
|
|
|
| -void indexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| +MODULES_EXPORT void indexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| TestInterface5ImplementationV8Internal::indexedPropertySetter(index, v8Value, info);
|
| }
|
|
|
| @@ -842,7 +842,7 @@ static void indexedPropertyDeleter(uint32_t index, const v8::PropertyCallbackInf
|
| v8SetReturnValue(info, result == DeleteSuccess);
|
| }
|
|
|
| -void indexedPropertyDeleterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Boolean>& info) {
|
| +MODULES_EXPORT void indexedPropertyDeleterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Boolean>& info) {
|
| TestInterface5ImplementationV8Internal::indexedPropertyDeleter(index, info);
|
| }
|
|
|
|
|