mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
GetPossibleBreakpointsEvent
Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
95d70c0b20
commit
0b5a8fa693
8 changed files with 73 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
|||
// This interface is entirely internal to Servo, and should not be accessible to
|
||||
// web pages.
|
||||
[Exposed=DebuggerGlobalScope]
|
||||
interface DebuggerEvent : Event {
|
||||
interface AddDebuggeeEvent : Event {
|
||||
readonly attribute object global;
|
||||
readonly attribute PipelineId pipelineId;
|
||||
readonly attribute DOMString? workerId;
|
|
@ -0,0 +1,10 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// This interface is entirely internal to Servo, and should not be accessible to
|
||||
// web pages.
|
||||
[Exposed=DebuggerGlobalScope]
|
||||
interface GetPossibleBreakpointsEvent : Event {
|
||||
readonly attribute unsigned long spidermonkeyId;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue