Lines Matching refs:debug
5 #include "src/wasm/wasm-debug.h"
15 #include "src/debug/debug-evaluate.h"
444 if (isolate->debug()->last_step_action() == StepInto) return true;
557 // debug side table, because compilation takes the {NativeModule} lock.
563 // Otherwise create the debug side table now.
568 // Check cache again, maybe another thread concurrently generated a debug
577 // Print the code together with the debug table, if requested.
1151 wasm::NativeModule* native_module, const v8::debug::Location& start,
1152 const v8::debug::Location& end,
1153 std::vector<v8::debug::BreakLocation>* locations) {
1212 locations->emplace_back(0, total_offset, debug::kCommonBreakLocation);