Chromium Code Reviews

Unified Diff: src/ast/ast-types.cc

Issue 2788413004: [inspector] cache stack frame for call sites (Closed)
Patch Set: rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/ast/ast-types.cc
diff --git a/src/ast/ast-types.cc b/src/ast/ast-types.cc
index 9518a47d939e9eb27ff18e65df10495784e1185b..e532e22bfc7e89a49267dba9cf36b3dbb22c8159 100644
--- a/src/ast/ast-types.cc
+++ b/src/ast/ast-types.cc
@@ -314,6 +314,7 @@ AstType::bitset AstBitsetType::Lub(i::Map* map) {
case BREAK_POINT_INFO_TYPE:
case STACK_FRAME_INFO_TYPE:
case STACK_TRACE_INFO_TYPE:
+ case SOURCE_POSITION_TABLE_WITH_FRAME_CACHE_TYPE:
case CELL_TYPE:
case WEAK_CELL_TYPE:
case PROTOTYPE_INFO_TYPE:
« src/api.cc ('K') | « src/api.cc ('k') | src/compiler/bytecode-graph-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine