Index: Source/bindings/tests/results/V8TestObj.cpp |
diff --git a/Source/bindings/tests/results/V8TestObj.cpp b/Source/bindings/tests/results/V8TestObj.cpp |
index 1ea575d1b6285218a62e51a318266be54d8740f6..e113888fb9b807cea1699b41b4c3d4e621615ca1 100644 |
--- a/Source/bindings/tests/results/V8TestObj.cpp |
+++ b/Source/bindings/tests/results/V8TestObj.cpp |
@@ -1,6 +1,6 @@ |
/* |
- This file is part of the WebKit open source project. |
- This file has been generated by generate-bindings.pl. DO NOT MODIFY! |
+ This file is part of the Blink open source project. |
+ This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! |
This library is free software; you can redistribute it and/or |
modify it under the terms of the GNU Library General Public |
@@ -22,6 +22,7 @@ |
#include "V8TestObj.h" |
#include "HTMLNames.h" |
+#include "RuntimeEnabledFeatures.h" |
#include "ScriptProfile.h" |
#include "V8DOMStringList.h" |
#include "V8Document.h" |
@@ -31,12 +32,10 @@ |
#include "V8SVGPoint.h" |
#include "V8ScriptProfile.h" |
#include "V8TestCallback.h" |
+#include "V8TestNode.h" |
+#include "V8TestObj.h" |
#include "V8TestSubObj.h" |
-#include "V8a.h" |
-#include "V8b.h" |
#include "V8bool.h" |
-#include "V8d.h" |
-#include "V8e.h" |
#include "bindings/v8/BindingState.h" |
#include "bindings/v8/Dictionary.h" |
#include "bindings/v8/ScriptController.h" |
@@ -51,7 +50,6 @@ |
#include "core/dom/ExceptionCode.h" |
#include "core/page/Frame.h" |
#include "core/page/PageConsole.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "core/page/UseCounter.h" |
#include "core/svg/properties/SVGPropertyTearOff.h" |
#include "core/svg/properties/SVGStaticPropertyTearOff.h" |
@@ -3501,7 +3499,7 @@ static v8::Handle<v8::Value> convert1Method(const v8::Arguments& args) |
if (args.Length() < 1) |
return throwNotEnoughArgumentsError(args.GetIsolate()); |
TestObj* imp = V8TestObj::toNative(args.Holder()); |
- V8TRYCATCH(a*, value, V8a::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8a::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0); |
+ V8TRYCATCH(TestNode*, value, V8TestNode::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8TestNode::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0); |
imp->convert1(value); |
return v8Undefined(); |
} |
@@ -3516,7 +3514,7 @@ static v8::Handle<v8::Value> convert2Method(const v8::Arguments& args) |
if (args.Length() < 1) |
return throwNotEnoughArgumentsError(args.GetIsolate()); |
TestObj* imp = V8TestObj::toNative(args.Holder()); |
- V8TRYCATCH(b*, value, V8b::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8b::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0); |
+ V8TRYCATCH(TestNode*, value, V8TestNode::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8TestNode::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0); |
imp->convert2(value); |
return v8Undefined(); |
} |
@@ -3531,7 +3529,7 @@ static v8::Handle<v8::Value> convert4Method(const v8::Arguments& args) |
if (args.Length() < 1) |
return throwNotEnoughArgumentsError(args.GetIsolate()); |
TestObj* imp = V8TestObj::toNative(args.Holder()); |
- V8TRYCATCH(d*, value, V8d::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8d::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0); |
+ V8TRYCATCH(TestNode*, value, V8TestNode::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8TestNode::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0); |
imp->convert4(value); |
return v8Undefined(); |
} |
@@ -3546,7 +3544,7 @@ static v8::Handle<v8::Value> convert5Method(const v8::Arguments& args) |
if (args.Length() < 1) |
return throwNotEnoughArgumentsError(args.GetIsolate()); |
TestObj* imp = V8TestObj::toNative(args.Holder()); |
- V8TRYCATCH(e*, value, V8e::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8e::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0); |
+ V8TRYCATCH(TestNode*, value, V8TestNode::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8TestNode::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0); |
imp->convert5(value); |
return v8Undefined(); |
} |
@@ -4368,25 +4366,25 @@ static v8::Persistent<v8::FunctionTemplate> ConfigureV8TestObjTemplate(v8::Persi |
// Custom Signature 'convert1' |
const int convert1Argc = 1; |
- v8::Handle<v8::FunctionTemplate> convert1Argv[convert1Argc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8a::info, currentWorldType) }; |
+ v8::Handle<v8::FunctionTemplate> convert1Argv[convert1Argc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8TestNode::info, currentWorldType) }; |
v8::Handle<v8::Signature> convert1Signature = v8::Signature::New(desc, convert1Argc, convert1Argv); |
proto->Set(v8::String::NewSymbol("convert1"), v8::FunctionTemplate::New(TestObjV8Internal::convert1MethodCallback, v8Undefined(), convert1Signature, 1)); |
// Custom Signature 'convert2' |
const int convert2Argc = 1; |
- v8::Handle<v8::FunctionTemplate> convert2Argv[convert2Argc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8b::info, currentWorldType) }; |
+ v8::Handle<v8::FunctionTemplate> convert2Argv[convert2Argc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8TestNode::info, currentWorldType) }; |
v8::Handle<v8::Signature> convert2Signature = v8::Signature::New(desc, convert2Argc, convert2Argv); |
proto->Set(v8::String::NewSymbol("convert2"), v8::FunctionTemplate::New(TestObjV8Internal::convert2MethodCallback, v8Undefined(), convert2Signature, 1)); |
// Custom Signature 'convert4' |
const int convert4Argc = 1; |
- v8::Handle<v8::FunctionTemplate> convert4Argv[convert4Argc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8d::info, currentWorldType) }; |
+ v8::Handle<v8::FunctionTemplate> convert4Argv[convert4Argc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8TestNode::info, currentWorldType) }; |
v8::Handle<v8::Signature> convert4Signature = v8::Signature::New(desc, convert4Argc, convert4Argv); |
proto->Set(v8::String::NewSymbol("convert4"), v8::FunctionTemplate::New(TestObjV8Internal::convert4MethodCallback, v8Undefined(), convert4Signature, 1)); |
// Custom Signature 'convert5' |
const int convert5Argc = 1; |
- v8::Handle<v8::FunctionTemplate> convert5Argv[convert5Argc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8e::info, currentWorldType) }; |
+ v8::Handle<v8::FunctionTemplate> convert5Argv[convert5Argc] = { V8PerIsolateData::from(isolate)->rawTemplate(&V8TestNode::info, currentWorldType) }; |
v8::Handle<v8::Signature> convert5Signature = v8::Signature::New(desc, convert5Argc, convert5Argv); |
proto->Set(v8::String::NewSymbol("convert5"), v8::FunctionTemplate::New(TestObjV8Internal::convert5MethodCallback, v8Undefined(), convert5Signature, 1)); |