| Index: third_party/WebKit/Source/bindings/tests/results/core/V8StringSequenceCallbackFunctionSequenceLongArg.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/V8StringSequenceCallbackFunctionSequenceLongArg.h
|
| similarity index 52%
|
| copy from third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.h
|
| copy to third_party/WebKit/Source/bindings/tests/results/core/V8StringSequenceCallbackFunctionSequenceLongArg.h
|
| index 8da22c8da3db14d9f44f5c0efff4fdc1ce2961bc..e7b642669061d74e13e3477b53f25e6d1d78d397 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8StringSequenceCallbackFunctionSequenceLongArg.h
|
| @@ -4,9 +4,10 @@
|
|
|
| // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
|
|
|
| -#ifndef V8VoidExperimentalCallbackFunction_h
|
| -#define V8VoidExperimentalCallbackFunction_h
|
| +#ifndef V8StringSequenceCallbackFunctionSequenceLongArg_h
|
| +#define V8StringSequenceCallbackFunctionSequenceLongArg_h
|
|
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -16,18 +17,18 @@ namespace blink {
|
|
|
| class ScriptState;
|
|
|
| -class CORE_EXPORT V8VoidExperimentalCallbackFunction final : public GarbageCollectedFinalized<V8VoidExperimentalCallbackFunction> {
|
| +class CORE_EXPORT V8StringSequenceCallbackFunctionSequenceLongArg final : public GarbageCollectedFinalized<V8StringSequenceCallbackFunctionSequenceLongArg> {
|
| public:
|
| - static V8VoidExperimentalCallbackFunction* create(v8::Isolate* isolate, v8::Local<v8::Function> callback)
|
| + static V8StringSequenceCallbackFunctionSequenceLongArg* create(v8::Isolate* isolate, v8::Local<v8::Function> callback)
|
| {
|
| - return new V8VoidExperimentalCallbackFunction(isolate, callback);
|
| + return new V8StringSequenceCallbackFunctionSequenceLongArg(isolate, callback);
|
| }
|
|
|
| - ~V8VoidExperimentalCallbackFunction() = default;
|
| + ~V8StringSequenceCallbackFunctionSequenceLongArg() = default;
|
|
|
| DECLARE_TRACE();
|
|
|
| - bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable);
|
| + bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState, const Vector<int>& arg, Vector<String>& returnValue);
|
|
|
| v8::Local<v8::Function> v8Value(v8::Isolate* isolate)
|
| {
|
| @@ -41,10 +42,10 @@ public:
|
| }
|
|
|
| private:
|
| - V8VoidExperimentalCallbackFunction(v8::Isolate* isolate, v8::Local<v8::Function>);
|
| + V8StringSequenceCallbackFunctionSequenceLongArg(v8::Isolate* isolate, v8::Local<v8::Function>);
|
| ScopedPersistent<v8::Function> m_callback;
|
| };
|
|
|
| } // namespace blink
|
|
|
| -#endif // V8VoidExperimentalCallbackFunction_h
|
| +#endif // V8StringSequenceCallbackFunctionSequenceLongArg_h
|
|
|