Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.h

Issue 1381413003: [bindings] add support for integer-indexed @@iterator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use SetIntrinsicDataProperty() in new V8 roll Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.h
similarity index 75%
copy from third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
copy to third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.h
index f598ab7f0f165a9faa4796cbe5d704ab6a5039de..84090936426ed7ec0819a622657aa5c2bb0d2676 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.h
@@ -4,30 +4,32 @@
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
-#ifndef V8TestInterface3_h
-#define V8TestInterface3_h
+#ifndef V8TestIntegerIndexedPrimaryGlobal_h
+#define V8TestIntegerIndexedPrimaryGlobal_h
#include "bindings/core/v8/ScriptWrappable.h"
#include "bindings/core/v8/ToV8.h"
#include "bindings/core/v8/V8Binding.h"
#include "bindings/core/v8/V8DOMWrapper.h"
#include "bindings/core/v8/WrapperTypeInfo.h"
+#include "bindings/tests/idls/core/TestIntegerIndexedPrimaryGlobal.h"
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
namespace blink {
-class V8TestInterface3 {
- STATIC_ONLY(V8TestInterface3);
+class V8TestIntegerIndexedPrimaryGlobal {
+ STATIC_ONLY(V8TestIntegerIndexedPrimaryGlobal);
public:
CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*);
- static TestInterface3* toImpl(v8::Local<v8::Object> object)
+ CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplateForNamedPropertiesObject(v8::Isolate*);
+ static TestIntegerIndexedPrimaryGlobal* toImpl(v8::Local<v8::Object> object)
{
- return toScriptWrappable(object)->toImpl<TestInterface3>();
+ return toScriptWrappable(object)->toImpl<TestIntegerIndexedPrimaryGlobal>();
}
- CORE_EXPORT static TestInterface3* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
+ CORE_EXPORT static TestIntegerIndexedPrimaryGlobal* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
static void refObject(ScriptWrappable*);
static void derefObject(ScriptWrappable*);
@@ -35,7 +37,6 @@ public:
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
{
}
- static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&);
static void indexedPropertyGetterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Value>&);
static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
static void indexedPropertyDeleterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Boolean>&);
@@ -50,10 +51,10 @@ public:
};
template <>
-struct V8TypeOf<TestInterface3> {
- typedef V8TestInterface3 Type;
+struct V8TypeOf<TestIntegerIndexedPrimaryGlobal> {
+ typedef V8TestIntegerIndexedPrimaryGlobal Type;
};
} // namespace blink
-#endif // V8TestInterface3_h
+#endif // V8TestIntegerIndexedPrimaryGlobal_h

Powered by Google App Engine
This is Rietveld 408576698