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

Unified Diff: src/frames.h

Issue 2551053002: [wasm] Always provide a wasm instance object at runtime (Closed)
Patch Set: Rebase Created 4 years 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 | « no previous file | src/frames.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index 1114576374c05065550b1a9370fe152f02250d66..ef52ec86160b3f3e678a1f45ae176747da23b61b 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -29,9 +29,10 @@ int JSCallerSavedCode(int n);
// Forward declarations.
class ExternalCallbackScope;
+class Isolate;
class StackFrameIteratorBase;
class ThreadLocalTop;
-class Isolate;
+class WasmInstanceObject;
class InnerPointerToCodeCache {
public:
@@ -1109,7 +1110,7 @@ class WasmFrame : public StandardFrame {
Code* unchecked_code() const override;
// Accessors.
- Object* wasm_instance() const;
+ WasmInstanceObject* wasm_instance() const;
uint32_t function_index() const;
Script* script() const override;
int position() const override;
« no previous file with comments | « no previous file | src/frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698