Lines Matching refs:debug

93   ActualScript(v8::Isolate* isolate, v8::Local<v8::debug::Script> script,
133 v8::Maybe<v8::debug::WasmScript::DebugSymbolsType> getDebugSymbolsType()
137 return v8::Nothing<v8::debug::WasmScript::DebugSymbolsType>();
138 return v8::Just(v8::debug::WasmScript::Cast(*script)->GetDebugSymbolType());
145 v8::debug::WasmScript::Cast(*script)->ExternalSymbolsURL();
158 return v8::debug::WasmScript::Cast(*script())->CodeOffset();
176 v8::debug::LiveEditResult* result) override {
191 const v8::debug::Location& start, const v8::debug::Location& end,
193 std::vector<v8::debug::BreakLocation>* locations) override {
195 v8::Local<v8::debug::Script> script = m_script.Get(m_isolate);
196 std::vector<v8::debug::BreakLocation> allLocations;
202 v8::debug::BreakLocation current = allLocations[0];
206 if (allLocations[i].type() != v8::debug::kCommonBreakLocation) {
207 DCHECK(allLocations[i].type() == v8::debug::kCallBreakLocation ||
208 allLocations[i].type() == v8::debug::kReturnBreakLocation);
231 v8::debug::ResetBlackboxedStateCache(m_isolate, m_script.Get(m_isolate));
237 v8::debug::Location(lineNumber, columnNumber));
240 v8::debug::Location location(int offset) const override {
245 bool setBreakpoint(const String16& condition, v8::debug::Location* location,
271 v8::Local<v8::debug::Script> script,
280 v8::Local<v8::debug::Script> script,
292 v8::Local<v8::debug::Script> script() const override {
296 void Initialize(v8::Local<v8::debug::Script> script) {
347 v8::Global<v8::debug::Script> m_script;
348 v8::Global<v8::debug::ScriptSource> m_scriptSource;
354 v8::Isolate* isolate, v8::Local<v8::debug::Script> scriptObj,