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

Side by Side Diff: src/wasm/wasm-result.h

Issue 2780913002: Add some missing stdarg includes (Closed)
Patch Set: ... 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
« no previous file with comments | « src/wasm/decoder.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 the V8 project authors. All rights reserved. 1 // Copyright 2015 the V8 project 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 #ifndef V8_WASM_RESULT_H_ 5 #ifndef V8_WASM_RESULT_H_
6 #define V8_WASM_RESULT_H_ 6 #define V8_WASM_RESULT_H_
7 7
8 #include <cstdarg>
8 #include <memory> 9 #include <memory>
9 10
10 #include "src/base/compiler-specific.h" 11 #include "src/base/compiler-specific.h"
11 12
12 #include "src/handles.h" 13 #include "src/handles.h"
13 #include "src/globals.h" 14 #include "src/globals.h"
14 15
15 namespace v8 { 16 namespace v8 {
16 namespace internal { 17 namespace internal {
17 18
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 i::Isolate* isolate_; 121 i::Isolate* isolate_;
121 const char* context_; 122 const char* context_;
122 i::Handle<i::Object> exception_; 123 i::Handle<i::Object> exception_;
123 bool wasm_error_ = false; 124 bool wasm_error_ = false;
124 }; 125 };
125 } // namespace wasm 126 } // namespace wasm
126 } // namespace internal 127 } // namespace internal
127 } // namespace v8 128 } // namespace v8
128 129
129 #endif 130 #endif
OLDNEW
« no previous file with comments | « src/wasm/decoder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698