| Index: Source/bindings/tests/results/V8TestPrivateScriptInterface.h
|
| diff --git a/Source/bindings/tests/results/V8TestPrivateScriptInterface.h b/Source/bindings/tests/results/V8TestPrivateScriptInterface.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3371378964e921fff71f5d137d68ff7e6ea6041f
|
| --- /dev/null
|
| +++ b/Source/bindings/tests/results/V8TestPrivateScriptInterface.h
|
| @@ -0,0 +1,29 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
|
| +
|
| +#ifndef V8TestPrivateScriptInterface_h
|
| +#define V8TestPrivateScriptInterface_h
|
| +
|
| +#include "bindings/v8/V8Binding.h"
|
| +
|
| +namespace WebCore {
|
| +
|
| +class Document;
|
| +class LocalFrame;
|
| +class Node;
|
| +
|
| +class V8TestPrivateScriptInterface {
|
| +public:
|
| + static bool voidMethod(LocalFrame* frame);
|
| + static bool shortMethod(LocalFrame* frame, int* output);
|
| + static bool shortMethodWithShortArgument(LocalFrame* frame, int value, int* output);
|
| + static bool stringMethodWithStringArgument(LocalFrame* frame, String value, String* output);
|
| + static bool nodeMethodWithNodeArgument(LocalFrame* frame, PassRefPtrWillBeRawPtr<Node> value, RefPtrWillBeRawPtr<Node>* output);
|
| + static bool nodeMethodWithVariousArguments(LocalFrame* frame, PassRefPtrWillBeRawPtr<Document> document, PassRefPtrWillBeRawPtr<Node> node, int value1, double value2, String string, RefPtrWillBeRawPtr<Node>* output);
|
| +};
|
| +
|
| +}
|
| +#endif // V8TestPrivateScriptInterface_h
|
|
|