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

Unified Diff: src/objects.h

Issue 2069823003: [wasm] Enable wasm frame inspection for debugging (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@split-wasm-debug
Patch Set: Add two DCHECKs Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/isolate.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 680677d43f31741761c1269e536028997a4d6cb5..66ec7f0f968e04f8e157bcb5271193682d8e039d 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -6384,7 +6384,8 @@ class Script: public Struct {
enum Type {
TYPE_NATIVE = 0,
TYPE_EXTENSION = 1,
- TYPE_NORMAL = 2
+ TYPE_NORMAL = 2,
+ TYPE_WASM = 3
};
// Script compilation types.
« no previous file with comments | « src/isolate.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698