| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file has been auto-generated by code_generator_v8.py. | 5 // This file has been auto-generated by code_generator_v8.py. |
| 6 // DO NOT MODIFY! | 6 // DO NOT MODIFY! |
| 7 | 7 |
| 8 // This file has been generated from the Jinja2 template in | 8 // This file has been generated from the Jinja2 template in |
| 9 // third_party/WebKit/Source/bindings/templates/interface.h.tmpl | 9 // third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
| 10 | 10 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 STATIC_ONLY(V8TestInterfaceCheckSecurity); | 27 STATIC_ONLY(V8TestInterfaceCheckSecurity); |
| 28 public: | 28 public: |
| 29 CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*); | 29 CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*); |
| 30 static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>
, v8::Isolate*); | 30 static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>
, v8::Isolate*); |
| 31 CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, c
onst DOMWrapperWorld&); | 31 CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, c
onst DOMWrapperWorld&); |
| 32 static TestInterfaceCheckSecurity* toImpl(v8::Local<v8::Object> object) { | 32 static TestInterfaceCheckSecurity* toImpl(v8::Local<v8::Object> object) { |
| 33 return toScriptWrappable(object)->toImpl<TestInterfaceCheckSecurity>(); | 33 return toScriptWrappable(object)->toImpl<TestInterfaceCheckSecurity>(); |
| 34 } | 34 } |
| 35 CORE_EXPORT static TestInterfaceCheckSecurity* toImplWithTypeCheck(v8::Isolate
*, v8::Local<v8::Value>); | 35 CORE_EXPORT static TestInterfaceCheckSecurity* toImplWithTypeCheck(v8::Isolate
*, v8::Local<v8::Value>); |
| 36 CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; | 36 CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
| 37 template<typename VisitorDispatcher> | 37 static void trace(Visitor* visitor, ScriptWrappable* scriptWrappable) { |
| 38 static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
{ | |
| 39 visitor->trace(scriptWrappable->toImpl<TestInterfaceCheckSecurity>()); | 38 visitor->trace(scriptWrappable->toImpl<TestInterfaceCheckSecurity>()); |
| 40 } | 39 } |
| 41 static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrap
pable) { | 40 static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrap
pable) { |
| 42 visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceCheckSecurity>()
); | 41 visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceCheckSecurity>()
); |
| 43 } | 42 } |
| 44 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; | 43 static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
| 45 }; | 44 }; |
| 46 | 45 |
| 47 template <> | 46 template <> |
| 48 struct V8TypeOf<TestInterfaceCheckSecurity> { | 47 struct V8TypeOf<TestInterfaceCheckSecurity> { |
| 49 typedef V8TestInterfaceCheckSecurity Type; | 48 typedef V8TestInterfaceCheckSecurity Type; |
| 50 }; | 49 }; |
| 51 | 50 |
| 52 } // namespace blink | 51 } // namespace blink |
| 53 | 52 |
| 54 #endif // V8TestInterfaceCheckSecurity_h | 53 #endif // V8TestInterfaceCheckSecurity_h |
| OLD | NEW |