Index: Source/bindings/tests/results/core/V8ArrayBuffer.h |
diff --git a/Source/bindings/tests/results/core/V8TestException.h b/Source/bindings/tests/results/core/V8ArrayBuffer.h |
similarity index 65% |
copy from Source/bindings/tests/results/core/V8TestException.h |
copy to Source/bindings/tests/results/core/V8ArrayBuffer.h |
index 75cbba89b83b08d1625e3bdfc40241f7f8e6a751..e63ddad8bca116f64986d466c082a80b11aa5e22 100644 |
--- a/Source/bindings/tests/results/core/V8TestException.h |
+++ b/Source/bindings/tests/results/core/V8ArrayBuffer.h |
@@ -4,28 +4,23 @@ |
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! |
-#ifndef V8TestException_h |
-#define V8TestException_h |
+#ifndef V8ArrayBuffer_h |
+#define V8ArrayBuffer_h |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "bindings/core/v8/V8Binding.h" |
#include "bindings/core/v8/V8DOMWrapper.h" |
#include "bindings/core/v8/WrapperTypeInfo.h" |
-#include "bindings/tests/idls/core/TestException.h" |
+#include "bindings/tests/idls/core/TestArrayBuffer.h" |
#include "platform/heap/Handle.h" |
namespace blink { |
-class V8TestException { |
+class V8ArrayBuffer { |
public: |
static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); |
- static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Value>, v8::Isolate*); |
- static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*); |
- static TestException* toImpl(v8::Handle<v8::Object> object) |
- { |
- return blink::toScriptWrappableBase(object)->toImpl<TestException>(); |
- } |
- static TestException* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>); |
+ static TestArrayBuffer* toImpl(v8::Handle<v8::Object> object); |
+ static TestArrayBuffer* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>); |
static const WrapperTypeInfo wrapperTypeInfo; |
static void refObject(ScriptWrappableBase* internalPointer); |
static void derefObject(ScriptWrappableBase* internalPointer); |
@@ -33,7 +28,7 @@ public: |
{ |
} |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
- static inline ScriptWrappableBase* toScriptWrappableBase(TestException* impl) |
+ static inline ScriptWrappableBase* toScriptWrappableBase(TestArrayBuffer* impl) |
{ |
return impl->toScriptWrappableBase(); |
} |
@@ -41,16 +36,16 @@ public: |
static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { } |
}; |
-inline v8::Handle<v8::Object> wrap(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+inline v8::Handle<v8::Object> wrap(TestArrayBuffer* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
return impl->wrap(creationContext, isolate); |
} |
-inline v8::Handle<v8::Value> toV8(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+inline v8::Handle<v8::Value> toV8(TestArrayBuffer* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
if (UNLIKELY(!impl)) |
return v8::Null(isolate); |
- v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestException>(impl, isolate); |
+ v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8ArrayBuffer>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
@@ -58,68 +53,68 @@ inline v8::Handle<v8::Value> toV8(TestException* impl, v8::Handle<v8::Object> cr |
} |
template<typename CallbackInfo> |
-inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestException* impl) |
+inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestArrayBuffer* impl) |
{ |
if (UNLIKELY(!impl)) { |
v8SetReturnValueNull(callbackInfo); |
return; |
} |
- if (DOMDataStore::setReturnValueFromWrapper<V8TestException>(callbackInfo.GetReturnValue(), impl)) |
+ if (DOMDataStore::setReturnValueFromWrapper<V8ArrayBuffer>(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, TestException* impl) |
+inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestArrayBuffer* impl) |
{ |
ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); |
if (UNLIKELY(!impl)) { |
v8SetReturnValueNull(callbackInfo); |
return; |
} |
- if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestException>(callbackInfo.GetReturnValue(), impl)) |
+ if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8ArrayBuffer>(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, TestException* impl, Wrappable* wrappable) |
+inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestArrayBuffer* impl, Wrappable* wrappable) |
{ |
if (UNLIKELY(!impl)) { |
v8SetReturnValueNull(callbackInfo); |
return; |
} |
- if (DOMDataStore::setReturnValueFromWrapperFast<V8TestException>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable)) |
+ if (DOMDataStore::setReturnValueFromWrapperFast<V8ArrayBuffer>(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<TestException> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+inline v8::Handle<v8::Value> toV8(PassRefPtr<TestArrayBuffer> 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<TestException> impl) |
+inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestArrayBuffer> impl) |
{ |
v8SetReturnValue(callbackInfo, impl.get()); |
} |
template<class CallbackInfo> |
-inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl) |
+inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestArrayBuffer> impl) |
{ |
v8SetReturnValueForMainWorld(callbackInfo, impl.get()); |
} |
template<class CallbackInfo, class Wrappable> |
-inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl, Wrappable* wrappable) |
+inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestArrayBuffer> impl, Wrappable* wrappable) |
{ |
v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); |
} |
} // namespace blink |
-#endif // V8TestException_h |
+#endif // V8ArrayBuffer_h |