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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h

Issue 2707243006: [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs (Closed)
Patch Set: update comment, add TODO Created 3 years, 8 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 unified diff | Download patch
OLDNEW
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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 CORE_EXPORT static void anyMethodMethodCallback(const v8::FunctionCallbackInfo <v8::Value>&); 418 CORE_EXPORT static void anyMethodMethodCallback(const v8::FunctionCallbackInfo <v8::Value>&);
419 CORE_EXPORT static void voidMethodEventTargetArgMethodCallback(const v8::Funct ionCallbackInfo<v8::Value>&); 419 CORE_EXPORT static void voidMethodEventTargetArgMethodCallback(const v8::Funct ionCallbackInfo<v8::Value>&);
420 CORE_EXPORT static void voidMethodAnyArgMethodCallback(const v8::FunctionCallb ackInfo<v8::Value>&); 420 CORE_EXPORT static void voidMethodAnyArgMethodCallback(const v8::FunctionCallb ackInfo<v8::Value>&);
421 CORE_EXPORT static void voidMethodAttrArgMethodCallback(const v8::FunctionCall backInfo<v8::Value>&); 421 CORE_EXPORT static void voidMethodAttrArgMethodCallback(const v8::FunctionCall backInfo<v8::Value>&);
422 CORE_EXPORT static void voidMethodDocumentArgMethodCallback(const v8::Function CallbackInfo<v8::Value>&); 422 CORE_EXPORT static void voidMethodDocumentArgMethodCallback(const v8::Function CallbackInfo<v8::Value>&);
423 CORE_EXPORT static void voidMethodDocumentTypeArgMethodCallback(const v8::Func tionCallbackInfo<v8::Value>&); 423 CORE_EXPORT static void voidMethodDocumentTypeArgMethodCallback(const v8::Func tionCallbackInfo<v8::Value>&);
424 CORE_EXPORT static void voidMethodElementArgMethodCallback(const v8::FunctionC allbackInfo<v8::Value>&); 424 CORE_EXPORT static void voidMethodElementArgMethodCallback(const v8::FunctionC allbackInfo<v8::Value>&);
425 CORE_EXPORT static void voidMethodNodeArgMethodCallback(const v8::FunctionCall backInfo<v8::Value>&); 425 CORE_EXPORT static void voidMethodNodeArgMethodCallback(const v8::FunctionCall backInfo<v8::Value>&);
426 CORE_EXPORT static void arrayBufferMethodMethodCallback(const v8::FunctionCall backInfo<v8::Value>&); 426 CORE_EXPORT static void arrayBufferMethodMethodCallback(const v8::FunctionCall backInfo<v8::Value>&);
427 CORE_EXPORT static void arrayBufferViewMethodMethodCallback(const v8::Function CallbackInfo<v8::Value>&); 427 CORE_EXPORT static void arrayBufferViewMethodMethodCallback(const v8::Function CallbackInfo<v8::Value>&);
428 CORE_EXPORT static void arrayBufferViewMethodRaisesExceptionMethodCallback(con st v8::FunctionCallbackInfo<v8::Value>&);
428 CORE_EXPORT static void float32ArrayMethodMethodCallback(const v8::FunctionCal lbackInfo<v8::Value>&); 429 CORE_EXPORT static void float32ArrayMethodMethodCallback(const v8::FunctionCal lbackInfo<v8::Value>&);
429 CORE_EXPORT static void int32ArrayMethodMethodCallback(const v8::FunctionCallb ackInfo<v8::Value>&); 430 CORE_EXPORT static void int32ArrayMethodMethodCallback(const v8::FunctionCallb ackInfo<v8::Value>&);
430 CORE_EXPORT static void uint8ArrayMethodMethodCallback(const v8::FunctionCallb ackInfo<v8::Value>&); 431 CORE_EXPORT static void uint8ArrayMethodMethodCallback(const v8::FunctionCallb ackInfo<v8::Value>&);
431 CORE_EXPORT static void voidMethodArrayBufferArgMethodCallback(const v8::Funct ionCallbackInfo<v8::Value>&); 432 CORE_EXPORT static void voidMethodArrayBufferArgMethodCallback(const v8::Funct ionCallbackInfo<v8::Value>&);
432 CORE_EXPORT static void voidMethodArrayBufferOrNullArgMethodCallback(const v8: :FunctionCallbackInfo<v8::Value>&); 433 CORE_EXPORT static void voidMethodArrayBufferOrNullArgMethodCallback(const v8: :FunctionCallbackInfo<v8::Value>&);
433 CORE_EXPORT static void voidMethodArrayBufferViewArgMethodCallback(const v8::F unctionCallbackInfo<v8::Value>&); 434 CORE_EXPORT static void voidMethodArrayBufferViewArgMethodCallback(const v8::F unctionCallbackInfo<v8::Value>&);
434 CORE_EXPORT static void voidMethodFlexibleArrayBufferViewArgMethodCallback(con st v8::FunctionCallbackInfo<v8::Value>&); 435 CORE_EXPORT static void voidMethodFlexibleArrayBufferViewArgMethodCallback(con st v8::FunctionCallbackInfo<v8::Value>&);
435 CORE_EXPORT static void voidMethodFlexibleArrayBufferViewTypedArgMethodCallbac k(const v8::FunctionCallbackInfo<v8::Value>&); 436 CORE_EXPORT static void voidMethodFlexibleArrayBufferViewTypedArgMethodCallbac k(const v8::FunctionCallbackInfo<v8::Value>&);
436 CORE_EXPORT static void voidMethodFloat32ArrayArgMethodCallback(const v8::Func tionCallbackInfo<v8::Value>&); 437 CORE_EXPORT static void voidMethodFloat32ArrayArgMethodCallback(const v8::Func tionCallbackInfo<v8::Value>&);
437 CORE_EXPORT static void voidMethodInt32ArrayArgMethodCallback(const v8::Functi onCallbackInfo<v8::Value>&); 438 CORE_EXPORT static void voidMethodInt32ArrayArgMethodCallback(const v8::Functi onCallbackInfo<v8::Value>&);
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 }; 642 };
642 643
643 template <> 644 template <>
644 struct V8TypeOf<TestObject> { 645 struct V8TypeOf<TestObject> {
645 typedef V8TestObject Type; 646 typedef V8TestObject Type;
646 }; 647 };
647 648
648 } // namespace blink 649 } // namespace blink
649 650
650 #endif // V8TestObject_h 651 #endif // V8TestObject_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698