Index: Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
diff --git a/Source/bindings/tests/results/V8TestCheckSecurityInterface.h b/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
similarity index 71% |
rename from Source/bindings/tests/results/V8TestCheckSecurityInterface.h |
rename to Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
index 4034d3e18a196f6c76b3500dadf069f02984bdbd..8e260debd3d507d56ac58c85d0ec14e74dbe3775 100644 |
--- a/Source/bindings/tests/results/V8TestCheckSecurityInterface.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
@@ -30,130 +30,130 @@ |
// This file has been auto-generated by code_generator_v8.pm. DO NOT MODIFY! |
-#ifndef V8TestCheckSecurityInterface_h |
-#define V8TestCheckSecurityInterface_h |
+#ifndef V8TestInterfaceCheckSecurity_h |
+#define V8TestInterfaceCheckSecurity_h |
-#include "bindings/tests/idls/TestCheckSecurityInterface.h" |
+#include "bindings/tests/idls/TestInterfaceCheckSecurity.h" |
#include "bindings/v8/V8Binding.h" |
#include "bindings/v8/V8DOMWrapper.h" |
#include "bindings/v8/WrapperTypeInfo.h" |
namespace WebCore { |
-class V8TestCheckSecurityInterface { |
+class V8TestInterfaceCheckSecurity { |
public: |
static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType); |
static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*); |
static v8::Handle<v8::FunctionTemplate> GetTemplate(v8::Isolate*, WrapperWorldType); |
- static TestCheckSecurityInterface* toNative(v8::Handle<v8::Object> object) |
+ static TestInterfaceCheckSecurity* toNative(v8::Handle<v8::Object> object) |
{ |
return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); |
} |
static void derefObject(void*); |
static const WrapperTypeInfo wrapperTypeInfo; |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
- static inline void* toInternalPointer(TestCheckSecurityInterface* impl) |
+ static inline void* toInternalPointer(TestInterfaceCheckSecurity* impl) |
{ |
return impl; |
} |
- static inline TestCheckSecurityInterface* fromInternalPointer(void* object) |
+ static inline TestInterfaceCheckSecurity* fromInternalPointer(void* object) |
{ |
- return static_cast<TestCheckSecurityInterface*>(object); |
+ return static_cast<TestInterfaceCheckSecurity*>(object); |
} |
- static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestCheckSecurityInterface*, v8::Isolate*) { } |
+ static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfaceCheckSecurity*, v8::Isolate*) { } |
static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { } |
private: |
- friend v8::Handle<v8::Object> wrap(TestCheckSecurityInterface*, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
- static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestCheckSecurityInterface>, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
+ friend v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity*, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
+ static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceCheckSecurity>, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
}; |
template<> |
-class WrapperTypeTraits<TestCheckSecurityInterface > { |
+class WrapperTypeTraits<TestInterfaceCheckSecurity > { |
public: |
- static const WrapperTypeInfo* wrapperTypeInfo() { return &V8TestCheckSecurityInterface::wrapperTypeInfo; } |
+ static const WrapperTypeInfo* wrapperTypeInfo() { return &V8TestInterfaceCheckSecurity::wrapperTypeInfo; } |
}; |
-inline v8::Handle<v8::Object> wrap(TestCheckSecurityInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+inline v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
ASSERT(impl); |
- ASSERT(!DOMDataStore::containsWrapper<V8TestCheckSecurityInterface>(impl, isolate)); |
- return V8TestCheckSecurityInterface::createWrapper(impl, creationContext, isolate); |
+ ASSERT(!DOMDataStore::containsWrapper<V8TestInterfaceCheckSecurity>(impl, isolate)); |
+ return V8TestInterfaceCheckSecurity::createWrapper(impl, creationContext, isolate); |
} |
-inline v8::Handle<v8::Value> toV8(TestCheckSecurityInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+inline v8::Handle<v8::Value> toV8(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
if (UNLIKELY(!impl)) |
return v8::Null(isolate); |
- v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestCheckSecurityInterface>(impl, isolate); |
+ v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceCheckSecurity>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
return wrap(impl, creationContext, isolate); |
} |
template<typename CallbackInfo> |
-inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestCheckSecurityInterface* impl) |
+inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl) |
{ |
if (UNLIKELY(!impl)) { |
v8SetReturnValueNull(callbackInfo); |
return; |
} |
- if (DOMDataStore::setReturnValueFromWrapper<V8TestCheckSecurityInterface>(callbackInfo.GetReturnValue(), impl)) |
+ if (DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceCheckSecurity>(callbackInfo.GetReturnValue(), impl)) |
return; |
v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); |
v8SetReturnValue(callbackInfo, wrapper); |
} |
template<typename CallbackInfo> |
-inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestCheckSecurityInterface* impl) |
+inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl) |
{ |
ASSERT(worldType(callbackInfo.GetIsolate()) == MainWorld); |
if (UNLIKELY(!impl)) { |
v8SetReturnValueNull(callbackInfo); |
return; |
} |
- if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestCheckSecurityInterface>(callbackInfo.GetReturnValue(), impl)) |
+ if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestInterfaceCheckSecurity>(callbackInfo.GetReturnValue(), impl)) |
return; |
v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); |
v8SetReturnValue(callbackInfo, wrapper); |
} |
template<class CallbackInfo, class Wrappable> |
-inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestCheckSecurityInterface* impl, Wrappable* wrappable) |
+inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable) |
{ |
if (UNLIKELY(!impl)) { |
v8SetReturnValueNull(callbackInfo); |
return; |
} |
- if (DOMDataStore::setReturnValueFromWrapperFast<V8TestCheckSecurityInterface>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable)) |
+ if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceCheckSecurity>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable)) |
return; |
v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); |
v8SetReturnValue(callbackInfo, wrapper); |
} |
-inline v8::Handle<v8::Value> toV8(PassRefPtr<TestCheckSecurityInterface > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceCheckSecurity > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
return toV8(impl.get(), creationContext, isolate); |
} |
template<class CallbackInfo> |
-inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestCheckSecurityInterface > impl) |
+inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity > impl) |
{ |
v8SetReturnValue(callbackInfo, impl.get()); |
} |
template<class CallbackInfo> |
-inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestCheckSecurityInterface > impl) |
+inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity > impl) |
{ |
v8SetReturnValueForMainWorld(callbackInfo, impl.get()); |
} |
template<class CallbackInfo, class Wrappable> |
-inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestCheckSecurityInterface > impl, Wrappable* wrappable) |
+inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity > impl, Wrappable* wrappable) |
{ |
v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); |
} |
} |
-#endif // V8TestCheckSecurityInterface_h |
+#endif // V8TestInterfaceCheckSecurity_h |