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

Unified Diff: src/messages.h

Issue 2493823003: [wasm] Allocate a single script per wasm module (Closed)
Patch Set: rebase Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/inspector/v8-debugger.cc ('k') | src/messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index 3a03de9ce2a2eb76c666736bbd044cbc34944625..86cc8d0dff3e44100dc0e953b1ca51d7b3180464 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -153,6 +153,7 @@ class WasmStackFrame : public StackFrameBase {
Isolate* isolate_;
+ // TODO(wasm): Use proper typing.
Handle<Object> wasm_instance_;
uint32_t wasm_func_index_;
Handle<AbstractCode> code_;
@@ -172,7 +173,6 @@ class AsmJsWasmStackFrame : public WasmStackFrame {
Handle<Object> GetFunction() const override;
Handle<Object> GetFileName() override;
- Handle<Object> GetFunctionName() override;
Handle<Object> GetScriptNameOrSourceUrl() override;
int GetPosition() const override;
« no previous file with comments | « src/inspector/v8-debugger.cc ('k') | src/messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698