Lines Matching refs:scope
13 #include "src/common/assert-scope.h"
124 FrameInspectionScope scope(this, pc);
125 if (!scope.is_inspectable()) return 0;
126 return scope.debug_side_table->num_locals();
131 FrameInspectionScope scope(this, pc);
132 return GetValue(scope.debug_side_table, scope.debug_side_table_entry, local,
137 FrameInspectionScope scope(this, pc);
138 if (!scope.is_inspectable()) return 0;
139 int num_locals = scope.debug_side_table->num_locals();
140 int stack_height = scope.debug_side_table_entry->stack_height();
146 FrameInspectionScope scope(this, pc);
147 int num_locals = scope.debug_side_table->num_locals();
148 int value_count = scope.debug_side_table_entry->stack_height();
150 return GetValue(scope.debug_side_table, scope.debug_side_table_entry,
155 FrameInspectionScope scope(this, pc);
157 return module->functions[scope.code->index()];
326 // Put the code ref scope outside of the mutex, so we don't unnecessarily
452 // Put the code ref scope outside of the mutex, so we don't unnecessarily
509 // Put the code ref scope outside of the mutex, so we don't unnecessarily
1224 HandleScope scope(isolate);