{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "AsyncAction",
            "range": [
              9,
              20
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 20
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "AsyncAction",
            "range": [
              9,
              20
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 20
              }
            }
          },
          "range": [
            9,
            20
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 20
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./AsyncAction",
        "raw": "'./AsyncAction'",
        "range": [
          28,
          43
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 28
          },
          "end": {
            "line": 1,
            "column": 43
          }
        }
      },
      "range": [
        0,
        44
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 44
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "AsyncScheduler",
            "range": [
              54,
              68
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 23
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "AsyncScheduler",
            "range": [
              54,
              68
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 23
              }
            }
          },
          "range": [
            54,
            68
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 23
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./AsyncScheduler",
        "raw": "'./AsyncScheduler'",
        "range": [
          76,
          94
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 31
          },
          "end": {
            "line": 2,
            "column": 49
          }
        }
      },
      "range": [
        45,
        95
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 50
        }
      }
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "VirtualTimeScheduler",
              "range": [
                107,
                127
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 11
                },
                "end": {
                  "line": 3,
                  "column": 31
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      141,
                      147
                    ],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 45
                      },
                      "end": {
                        "line": 3,
                        "column": 51
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            155,
                            164
                          ],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 4
                            },
                            "end": {
                              "line": 4,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "VirtualTimeScheduler",
                            "range": [
                              165,
                              185
                            ],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 14
                              },
                              "end": {
                                "line": 4,
                                "column": 34
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              187,
                              193
                            ],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 36
                              },
                              "end": {
                                "line": 4,
                                "column": 42
                              }
                            }
                          }
                        ],
                        "range": [
                          155,
                          194
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 4
                          },
                          "end": {
                            "line": 4,
                            "column": 43
                          }
                        }
                      },
                      "range": [
                        155,
                        195
                      ],
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 4
                        },
                        "end": {
                          "line": 4,
                          "column": 44
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "VirtualTimeScheduler",
                        "range": [
                          209,
                          229
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 13
                          },
                          "end": {
                            "line": 5,
                            "column": 33
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "SchedulerAction",
                          "range": [
                            230,
                            245
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 34
                            },
                            "end": {
                              "line": 5,
                              "column": 49
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "maxFrames",
                          "range": [
                            247,
                            256
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 51
                            },
                            "end": {
                              "line": 5,
                              "column": 60
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "_this",
                                  "range": [
                                    272,
                                    277
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 17
                                    }
                                  }
                                },
                                "init": {
                                  "type": "ThisExpression",
                                  "range": [
                                    280,
                                    284
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 24
                                    }
                                  }
                                },
                                "range": [
                                  272,
                                  284
                                ],
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 24
                                  }
                                }
                              }
                            ],
                            "kind": "var",
                            "range": [
                              268,
                              285
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 8
                              },
                              "end": {
                                "line": 6,
                                "column": 25
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "SchedulerAction",
                                "range": [
                                  298,
                                  313
                                ],
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 27
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    323,
                                    324
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 7,
                                      "column": 38
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  318,
                                  324
                                ],
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 38
                                  }
                                }
                              },
                              "range": [
                                298,
                                324
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 12
                                },
                                "end": {
                                  "line": 7,
                                  "column": 38
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "SchedulerAction",
                                      "range": [
                                        328,
                                        343
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 7,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 7,
                                          "column": 57
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "VirtualAction",
                                      "range": [
                                        346,
                                        359
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 7,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 7,
                                          "column": 73
                                        }
                                      }
                                    },
                                    "range": [
                                      328,
                                      359
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 7,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 7,
                                        "column": 73
                                      }
                                    }
                                  },
                                  "range": [
                                    328,
                                    360
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 7,
                                      "column": 74
                                    }
                                  }
                                }
                              ],
                              "range": [
                                326,
                                362
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 40
                                },
                                "end": {
                                  "line": 7,
                                  "column": 76
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              294,
                              362
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 76
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "maxFrames",
                                "range": [
                                  375,
                                  384
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 21
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    394,
                                    395
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 32
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  389,
                                  395
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                375,
                                395
                              ],
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 12
                                },
                                "end": {
                                  "line": 8,
                                  "column": 32
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "maxFrames",
                                      "range": [
                                        399,
                                        408
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Number",
                                        "range": [
                                          411,
                                          417
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 8,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "POSITIVE_INFINITY",
                                        "range": [
                                          418,
                                          435
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 8,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 72
                                          }
                                        }
                                      },
                                      "range": [
                                        411,
                                        435
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 72
                                        }
                                      }
                                    },
                                    "range": [
                                      399,
                                      435
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 72
                                      }
                                    }
                                  },
                                  "range": [
                                    399,
                                    436
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 73
                                    }
                                  }
                                }
                              ],
                              "range": [
                                397,
                                438
                              ],
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 34
                                },
                                "end": {
                                  "line": 8,
                                  "column": 75
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              371,
                              438
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 75
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    447,
                                    453
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    454,
                                    458
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  447,
                                  458
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    459,
                                    463
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 24
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "SchedulerAction",
                                  "range": [
                                    465,
                                    480
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 41
                                    }
                                  }
                                },
                                {
                                  "type": "FunctionExpression",
                                  "id": null,
                                  "params": [],
                                  "body": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "argument": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_this",
                                            "range": [
                                              503,
                                              508
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 9,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 9,
                                                "column": 69
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "frame",
                                            "range": [
                                              509,
                                              514
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 9,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 9,
                                                "column": 75
                                              }
                                            }
                                          },
                                          "range": [
                                            503,
                                            514
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 9,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 9,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "range": [
                                          496,
                                          515
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 9,
                                            "column": 76
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      494,
                                      517
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 78
                                      }
                                    }
                                  },
                                  "generator": false,
                                  "expression": false,
                                  "range": [
                                    482,
                                    517
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 78
                                    }
                                  }
                                }
                              ],
                              "range": [
                                447,
                                518
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 79
                                }
                              }
                            },
                            "range": [
                              447,
                              519
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 80
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    528,
                                    532
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "maxFrames",
                                  "range": [
                                    533,
                                    542
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  528,
                                  542
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "maxFrames",
                                "range": [
                                  545,
                                  554
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                528,
                                554
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              528,
                              555
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    564,
                                    568
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "frame",
                                  "range": [
                                    569,
                                    574
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  564,
                                  574
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  577,
                                  578
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                564,
                                578
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 22
                                }
                              }
                            },
                            "range": [
                              564,
                              579
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 23
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    588,
                                    592
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "index",
                                  "range": [
                                    593,
                                    598
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  588,
                                  598
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "-",
                                "argument": {
                                  "type": "Literal",
                                  "value": 1,
                                  "raw": "1",
                                  "range": [
                                    602,
                                    603
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 23
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  601,
                                  603
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                588,
                                603
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 23
                                }
                              }
                            },
                            "range": [
                              588,
                              604
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 24
                              }
                            }
                          }
                        ],
                        "range": [
                          258,
                          610
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 62
                          },
                          "end": {
                            "line": 13,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        200,
                        610
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 5
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "Block",
                          "value": "*\n     * Prompt the Scheduler to execute all of its queued actions, therefore\n     * clearing its queue.\n     * @return {void}\n     ",
                          "range": [
                            615,
                            751
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "VirtualTimeScheduler",
                              "range": [
                                756,
                                776
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 4
                                },
                                "end": {
                                  "line": 19,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                777,
                                786
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 25
                                },
                                "end": {
                                  "line": 19,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              756,
                              786
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 34
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "flush",
                            "range": [
                              787,
                              792
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 35
                              },
                              "end": {
                                "line": 19,
                                "column": 40
                              }
                            }
                          },
                          "range": [
                            756,
                            792
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 40
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        821,
                                        823
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "ThisExpression",
                                      "range": [
                                        826,
                                        830
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      821,
                                      830
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 21
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "actions",
                                      "range": [
                                        832,
                                        839
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          842,
                                          844
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "actions",
                                        "range": [
                                          845,
                                          852
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "range": [
                                        842,
                                        852
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "range": [
                                      832,
                                      852
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 43
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "maxFrames",
                                      "range": [
                                        854,
                                        863
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 54
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          866,
                                          868
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 59
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "maxFrames",
                                        "range": [
                                          869,
                                          878
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 69
                                          }
                                        }
                                      },
                                      "range": [
                                        866,
                                        878
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 69
                                        }
                                      }
                                    },
                                    "range": [
                                      854,
                                      878
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 69
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  817,
                                  879
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 70
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "error",
                                      "range": [
                                        892,
                                        897
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": null,
                                    "range": [
                                      892,
                                      897
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 17
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "action",
                                      "range": [
                                        899,
                                        905
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "init": null,
                                    "range": [
                                      899,
                                      905
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 25
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  888,
                                  906
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 26
                                  }
                                }
                              },
                              {
                                "type": "WhileStatement",
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "&&",
                                  "left": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "action",
                                      "range": [
                                        923,
                                        929
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "actions",
                                          "range": [
                                            932,
                                            939
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "shift",
                                          "range": [
                                            940,
                                            945
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "range": [
                                          932,
                                          945
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        932,
                                        947
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      923,
                                      947
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "operator": "<=",
                                    "left": {
                                      "type": "AssignmentExpression",
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            953,
                                            957
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 50
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "frame",
                                          "range": [
                                            958,
                                            963
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 56
                                            }
                                          }
                                        },
                                        "range": [
                                          953,
                                          963
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 56
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "action",
                                          "range": [
                                            966,
                                            972
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 65
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "delay",
                                          "range": [
                                            973,
                                            978
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 71
                                            }
                                          }
                                        },
                                        "range": [
                                          966,
                                          978
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 71
                                          }
                                        }
                                      },
                                      "range": [
                                        953,
                                        978
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 71
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "maxFrames",
                                      "range": [
                                        983,
                                        992
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 85
                                        }
                                      }
                                    },
                                    "range": [
                                      952,
                                      992
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 85
                                      }
                                    }
                                  },
                                  "range": [
                                    922,
                                    992
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 85
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "test": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "error",
                                          "range": [
                                            1012,
                                            1017
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "action",
                                              "range": [
                                                1020,
                                                1026
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 30
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "execute",
                                              "range": [
                                                1027,
                                                1034
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "range": [
                                              1020,
                                              1034
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "action",
                                                "range": [
                                                  1035,
                                                  1041
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  1042,
                                                  1047
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                1035,
                                                1047
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 51
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "action",
                                                "range": [
                                                  1049,
                                                  1055
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "delay",
                                                "range": [
                                                  1056,
                                                  1061
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 65
                                                  }
                                                }
                                              },
                                              "range": [
                                                1049,
                                                1061
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 65
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1020,
                                            1062
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 66
                                            }
                                          }
                                        },
                                        "range": [
                                          1012,
                                          1062
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 66
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "BreakStatement",
                                            "label": null,
                                            "range": [
                                              1082,
                                              1088
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 22
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1064,
                                          1102
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "alternate": null,
                                      "range": [
                                        1008,
                                        1102
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 13
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    994,
                                    1112
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 87
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  915,
                                  1112
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "Identifier",
                                  "name": "error",
                                  "range": [
                                    1125,
                                    1130
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 17
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "WhileStatement",
                                      "test": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "action",
                                          "range": [
                                            1153,
                                            1159
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 25
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "actions",
                                              "range": [
                                                1162,
                                                1169
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 35
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "shift",
                                              "range": [
                                                1170,
                                                1175
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "range": [
                                              1162,
                                              1175
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "arguments": [],
                                          "range": [
                                            1162,
                                            1177
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          1153,
                                          1177
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "body": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "expression": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "action",
                                                  "range": [
                                                    1197,
                                                    1203
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 22
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "unsubscribe",
                                                  "range": [
                                                    1204,
                                                    1215
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1197,
                                                  1215
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "arguments": [],
                                              "range": [
                                                1197,
                                                1217
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 36
                                                }
                                              }
                                            },
                                            "range": [
                                              1197,
                                              1218
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 37
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1179,
                                          1232
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "range": [
                                        1146,
                                        1232
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 13
                                        }
                                      }
                                    },
                                    {
                                      "type": "ThrowStatement",
                                      "argument": {
                                        "type": "Identifier",
                                        "name": "error",
                                        "range": [
                                          1251,
                                          1256
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "range": [
                                        1245,
                                        1257
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 24
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1132,
                                    1267
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  1121,
                                  1267
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              807,
                              1273
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 55
                              },
                              "end": {
                                "line": 33,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            795,
                            1273
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 43
                            },
                            "end": {
                              "line": 33,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          756,
                          1273
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        756,
                        1274
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 6
                        }
                      },
                      "leadingComments": [
                        {
                          "type": "Block",
                          "value": "*\n     * Prompt the Scheduler to execute all of its queued actions, therefore\n     * clearing its queue.\n     * @return {void}\n     ",
                          "range": [
                            615,
                            751
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "VirtualTimeScheduler",
                            "range": [
                              1279,
                              1299
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 4
                              },
                              "end": {
                                "line": 34,
                                "column": 24
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "frameTimeFactor",
                            "range": [
                              1300,
                              1315
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 25
                              },
                              "end": {
                                "line": 34,
                                "column": 40
                              }
                            }
                          },
                          "range": [
                            1279,
                            1315
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 4
                            },
                            "end": {
                              "line": 34,
                              "column": 40
                            }
                          }
                        },
                        "right": {
                          "type": "Literal",
                          "value": 10,
                          "raw": "10",
                          "range": [
                            1318,
                            1320
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 43
                            },
                            "end": {
                              "line": 34,
                              "column": 45
                            }
                          }
                        },
                        "range": [
                          1279,
                          1320
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 34,
                            "column": 45
                          }
                        }
                      },
                      "range": [
                        1279,
                        1321
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 4
                        },
                        "end": {
                          "line": 34,
                          "column": 46
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "VirtualTimeScheduler",
                        "range": [
                          1333,
                          1353
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 11
                          },
                          "end": {
                            "line": 35,
                            "column": 31
                          }
                        }
                      },
                      "range": [
                        1326,
                        1354
                      ],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 4
                        },
                        "end": {
                          "line": 35,
                          "column": 32
                        }
                      }
                    }
                  ],
                  "range": [
                    149,
                    1356
                  ],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 53
                    },
                    "end": {
                      "line": 36,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  131,
                  1356
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 35
                  },
                  "end": {
                    "line": 36,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "AsyncScheduler",
                  "range": [
                    1357,
                    1371
                  ],
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 2
                    },
                    "end": {
                      "line": 36,
                      "column": 16
                    }
                  }
                }
              ],
              "range": [
                131,
                1372
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 35
                },
                "end": {
                  "line": 36,
                  "column": 17
                }
              }
            },
            "range": [
              107,
              1373
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 11
              },
              "end": {
                "line": 36,
                "column": 18
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          103,
          1374
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 7
          },
          "end": {
            "line": 36,
            "column": 19
          }
        },
        "leadingComments": [],
        "trailingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              1375,
              1466
            ],
            "loc": {
              "start": {
                "line": 37,
                "column": 0
              },
              "end": {
                "line": 41,
                "column": 3
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        96,
        1374
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 36,
          "column": 19
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            1375,
            1466
          ],
          "loc": {
            "start": {
              "line": 37,
              "column": 0
            },
            "end": {
              "line": 41,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "VirtualAction",
              "range": [
                1478,
                1491
              ],
              "loc": {
                "start": {
                  "line": 42,
                  "column": 11
                },
                "end": {
                  "line": 42,
                  "column": 24
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      1505,
                      1511
                    ],
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 38
                      },
                      "end": {
                        "line": 42,
                        "column": 44
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            1519,
                            1528
                          ],
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 4
                            },
                            "end": {
                              "line": 43,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "VirtualAction",
                            "range": [
                              1529,
                              1542
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 14
                              },
                              "end": {
                                "line": 43,
                                "column": 27
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              1544,
                              1550
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 29
                              },
                              "end": {
                                "line": 43,
                                "column": 35
                              }
                            }
                          }
                        ],
                        "range": [
                          1519,
                          1551
                        ],
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 4
                          },
                          "end": {
                            "line": 43,
                            "column": 36
                          }
                        }
                      },
                      "range": [
                        1519,
                        1552
                      ],
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 37
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "VirtualAction",
                        "range": [
                          1566,
                          1579
                        ],
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 13
                          },
                          "end": {
                            "line": 44,
                            "column": 26
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            1580,
                            1589
                          ],
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 27
                            },
                            "end": {
                              "line": 44,
                              "column": 36
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "work",
                          "range": [
                            1591,
                            1595
                          ],
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 38
                            },
                            "end": {
                              "line": 44,
                              "column": 42
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "index",
                          "range": [
                            1597,
                            1602
                          ],
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 44
                            },
                            "end": {
                              "line": 44,
                              "column": 49
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "index",
                                "range": [
                                  1618,
                                  1623
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1633,
                                    1634
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 28
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  1628,
                                  1634
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                1618,
                                1634
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 12
                                },
                                "end": {
                                  "line": 45,
                                  "column": 28
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        1638,
                                        1643
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "AssignmentExpression",
                                      "operator": "+=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "scheduler",
                                          "range": [
                                            1646,
                                            1655
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 49
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "index",
                                          "range": [
                                            1656,
                                            1661
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "range": [
                                          1646,
                                          1661
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          1665,
                                          1666
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "range": [
                                        1646,
                                        1666
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 60
                                        }
                                      }
                                    },
                                    "range": [
                                      1638,
                                      1666
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 60
                                      }
                                    }
                                  },
                                  "range": [
                                    1638,
                                    1667
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 61
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1636,
                                1669
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 30
                                },
                                "end": {
                                  "line": 45,
                                  "column": 63
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              1614,
                              1669
                            ],
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 8
                              },
                              "end": {
                                "line": 45,
                                "column": 63
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    1678,
                                    1684
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    1685,
                                    1689
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  1678,
                                  1689
                                ],
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    1690,
                                    1694
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 24
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    1696,
                                    1705
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 35
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "work",
                                  "range": [
                                    1707,
                                    1711
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1678,
                                1712
                              ],
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 42
                                }
                              }
                            },
                            "range": [
                              1678,
                              1713
                            ],
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 43
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1722,
                                    1726
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    1727,
                                    1736
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  1722,
                                  1736
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  1739,
                                  1748
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                1722,
                                1748
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              1722,
                              1749
                            ],
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1758,
                                    1762
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "work",
                                  "range": [
                                    1763,
                                    1767
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 17
                                    }
                                  }
                                },
                                "range": [
                                  1758,
                                  1767
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "work",
                                "range": [
                                  1770,
                                  1774
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                1758,
                                1774
                              ],
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 24
                                }
                              }
                            },
                            "range": [
                              1758,
                              1775
                            ],
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 8
                              },
                              "end": {
                                "line": 48,
                                "column": 25
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1784,
                                    1788
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "index",
                                  "range": [
                                    1789,
                                    1794
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  1784,
                                  1794
                                ],
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "index",
                                "range": [
                                  1797,
                                  1802
                                ],
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 26
                                  }
                                }
                              },
                              "range": [
                                1784,
                                1802
                              ],
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              1784,
                              1803
                            ],
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 8
                              },
                              "end": {
                                "line": 49,
                                "column": 27
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1812,
                                    1816
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "index",
                                  "range": [
                                    1817,
                                    1822
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  1812,
                                  1822
                                ],
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "scheduler",
                                    "range": [
                                      1825,
                                      1834
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "index",
                                    "range": [
                                      1835,
                                      1840
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    1825,
                                    1840
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 36
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "index",
                                  "range": [
                                    1843,
                                    1848
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 44
                                    }
                                  }
                                },
                                "range": [
                                  1825,
                                  1848
                                ],
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 44
                                  }
                                }
                              },
                              "range": [
                                1812,
                                1848
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 44
                                }
                              }
                            },
                            "range": [
                              1812,
                              1849
                            ],
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 45
                              }
                            }
                          }
                        ],
                        "range": [
                          1604,
                          1855
                        ],
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 51
                          },
                          "end": {
                            "line": 51,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        1557,
                        1855
                      ],
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "VirtualAction",
                              "range": [
                                1860,
                                1873
                              ],
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 4
                                },
                                "end": {
                                  "line": 52,
                                  "column": 17
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1874,
                                1883
                              ],
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 18
                                },
                                "end": {
                                  "line": 52,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              1860,
                              1883
                            ],
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 4
                              },
                              "end": {
                                "line": 52,
                                "column": 27
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "schedule",
                            "range": [
                              1884,
                              1892
                            ],
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 28
                              },
                              "end": {
                                "line": 52,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            1860,
                            1892
                          ],
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 4
                            },
                            "end": {
                              "line": 52,
                              "column": 36
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "state",
                              "range": [
                                1905,
                                1910
                              ],
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 49
                                },
                                "end": {
                                  "line": 52,
                                  "column": 54
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "delay",
                              "range": [
                                1912,
                                1917
                              ],
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 56
                                },
                                "end": {
                                  "line": 52,
                                  "column": 61
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "delay",
                                    "range": [
                                      1933,
                                      1938
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        1948,
                                        1949
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      1943,
                                      1949
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    1933,
                                    1949
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 28
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "delay",
                                          "range": [
                                            1953,
                                            1958
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            1961,
                                            1962
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "range": [
                                          1953,
                                          1962
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        1953,
                                        1963
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 42
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1951,
                                    1965
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 44
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  1929,
                                  1965
                                ],
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 44
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "ConditionalExpression",
                                  "test": {
                                    "type": "UnaryExpression",
                                    "operator": "!",
                                    "argument": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1982,
                                          1986
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "id",
                                        "range": [
                                          1987,
                                          1989
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "range": [
                                        1982,
                                        1989
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      1981,
                                      1989
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_super",
                                            "range": [
                                              2004,
                                              2010
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "prototype",
                                            "range": [
                                              2011,
                                              2020
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            2004,
                                            2020
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "schedule",
                                          "range": [
                                            2021,
                                            2029
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "range": [
                                          2004,
                                          2029
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          2030,
                                          2034
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        2004,
                                        2034
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          2035,
                                          2039
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          2041,
                                          2046
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 54
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          2048,
                                          2053
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 61
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2004,
                                      2054
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 62
                                      }
                                    }
                                  },
                                  "alternate": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              2057,
                                              2061
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 69
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "add",
                                            "range": [
                                              2062,
                                              2065
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 73
                                              }
                                            }
                                          },
                                          "range": [
                                            2057,
                                            2065
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 73
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "VirtualAction",
                                              "range": [
                                                2070,
                                                2083
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 91
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    2084,
                                                    2088
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 92
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 96
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "scheduler",
                                                  "range": [
                                                    2089,
                                                    2098
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 97
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 106
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2084,
                                                  2098
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 92
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 106
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    2100,
                                                    2104
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 108
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 112
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "work",
                                                  "range": [
                                                    2105,
                                                    2109
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 113
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 117
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2100,
                                                  2109
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 117
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2066,
                                              2110
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 118
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2057,
                                          2111
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 119
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "schedule",
                                        "range": [
                                          2112,
                                          2120
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 120
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 128
                                          }
                                        }
                                      },
                                      "range": [
                                        2057,
                                        2120
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 128
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          2121,
                                          2126
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 129
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 134
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          2128,
                                          2133
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 136
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 141
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2057,
                                      2134
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 142
                                      }
                                    }
                                  },
                                  "range": [
                                    1981,
                                    2134
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 142
                                    }
                                  }
                                },
                                "range": [
                                  1974,
                                  2135
                                ],
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 143
                                  }
                                }
                              }
                            ],
                            "range": [
                              1919,
                              2141
                            ],
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 63
                              },
                              "end": {
                                "line": 56,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1895,
                            2141
                          ],
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 39
                            },
                            "end": {
                              "line": 56,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1860,
                          2141
                        ],
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 4
                          },
                          "end": {
                            "line": 56,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1860,
                        2142
                      ],
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "VirtualAction",
                              "range": [
                                2147,
                                2160
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 4
                                },
                                "end": {
                                  "line": 57,
                                  "column": 17
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                2161,
                                2170
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 18
                                },
                                "end": {
                                  "line": 57,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              2147,
                              2170
                            ],
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 4
                              },
                              "end": {
                                "line": 57,
                                "column": 27
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "requestAsyncId",
                            "range": [
                              2171,
                              2185
                            ],
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 28
                              },
                              "end": {
                                "line": 57,
                                "column": 42
                              }
                            }
                          },
                          "range": [
                            2147,
                            2185
                          ],
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 4
                            },
                            "end": {
                              "line": 57,
                              "column": 42
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                2198,
                                2207
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 55
                                },
                                "end": {
                                  "line": 57,
                                  "column": 64
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "id",
                              "range": [
                                2209,
                                2211
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 66
                                },
                                "end": {
                                  "line": 57,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "delay",
                              "range": [
                                2213,
                                2218
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 70
                                },
                                "end": {
                                  "line": 57,
                                  "column": 75
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "delay",
                                    "range": [
                                      2234,
                                      2239
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        2249,
                                        2250
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      2244,
                                      2250
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    2234,
                                    2250
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 28
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "delay",
                                          "range": [
                                            2254,
                                            2259
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            2262,
                                            2263
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "range": [
                                          2254,
                                          2263
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        2254,
                                        2264
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 42
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2252,
                                    2266
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 44
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  2230,
                                  2266
                                ],
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 44
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        2275,
                                        2279
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        2280,
                                        2285
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "range": [
                                      2275,
                                      2285
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "operator": "+",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          2288,
                                          2297
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "frame",
                                        "range": [
                                          2298,
                                          2303
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "range": [
                                        2288,
                                        2303
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 36
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        2306,
                                        2311
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 44
                                        }
                                      }
                                    },
                                    "range": [
                                      2288,
                                      2311
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    2275,
                                    2311
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 44
                                    }
                                  }
                                },
                                "range": [
                                  2275,
                                  2312
                                ],
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 45
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "actions",
                                      "range": [
                                        2325,
                                        2332
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          2335,
                                          2344
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "actions",
                                        "range": [
                                          2345,
                                          2352
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        2335,
                                        2352
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      2325,
                                      2352
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 39
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2321,
                                  2353
                                ],
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 40
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "actions",
                                      "range": [
                                        2362,
                                        2369
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 61,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "push",
                                      "range": [
                                        2370,
                                        2374
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 61,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "range": [
                                      2362,
                                      2374
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        2375,
                                        2379
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 61,
                                          "column": 25
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2362,
                                    2380
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 26
                                    }
                                  }
                                },
                                "range": [
                                  2362,
                                  2381
                                ],
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 27
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "actions",
                                      "range": [
                                        2390,
                                        2397
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "sort",
                                      "range": [
                                        2398,
                                        2402
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "range": [
                                      2390,
                                      2402
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "VirtualAction",
                                        "range": [
                                          2403,
                                          2416
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "sortActions",
                                        "range": [
                                          2417,
                                          2428
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        2403,
                                        2428
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2390,
                                    2429
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 47
                                    }
                                  }
                                },
                                "range": [
                                  2390,
                                  2430
                                ],
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 48
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "Literal",
                                  "value": true,
                                  "raw": "true",
                                  "range": [
                                    2446,
                                    2450
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  2439,
                                  2451
                                ],
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 20
                                  }
                                }
                              }
                            ],
                            "range": [
                              2220,
                              2457
                            ],
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 77
                              },
                              "end": {
                                "line": 64,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2188,
                            2457
                          ],
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 45
                            },
                            "end": {
                              "line": 64,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2147,
                          2457
                        ],
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 4
                          },
                          "end": {
                            "line": 64,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2147,
                        2458
                      ],
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 4
                        },
                        "end": {
                          "line": 64,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "VirtualAction",
                              "range": [
                                2463,
                                2476
                              ],
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 4
                                },
                                "end": {
                                  "line": 65,
                                  "column": 17
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                2477,
                                2486
                              ],
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 18
                                },
                                "end": {
                                  "line": 65,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              2463,
                              2486
                            ],
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 4
                              },
                              "end": {
                                "line": 65,
                                "column": 27
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "recycleAsyncId",
                            "range": [
                              2487,
                              2501
                            ],
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 28
                              },
                              "end": {
                                "line": 65,
                                "column": 42
                              }
                            }
                          },
                          "range": [
                            2463,
                            2501
                          ],
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 4
                            },
                            "end": {
                              "line": 65,
                              "column": 42
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                2514,
                                2523
                              ],
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 55
                                },
                                "end": {
                                  "line": 65,
                                  "column": 64
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "id",
                              "range": [
                                2525,
                                2527
                              ],
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 66
                                },
                                "end": {
                                  "line": 65,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "delay",
                              "range": [
                                2529,
                                2534
                              ],
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 70
                                },
                                "end": {
                                  "line": 65,
                                  "column": 75
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "delay",
                                    "range": [
                                      2550,
                                      2555
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "void",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        2565,
                                        2566
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      2560,
                                      2566
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    2550,
                                    2566
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 28
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "delay",
                                          "range": [
                                            2570,
                                            2575
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            2578,
                                            2579
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "range": [
                                          2570,
                                          2579
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        2570,
                                        2580
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 42
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2568,
                                    2582
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 44
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  2546,
                                  2582
                                ],
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 44
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "Identifier",
                                  "name": "undefined",
                                  "range": [
                                    2598,
                                    2607
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 24
                                    }
                                  }
                                },
                                "range": [
                                  2591,
                                  2608
                                ],
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 25
                                  }
                                }
                              }
                            ],
                            "range": [
                              2536,
                              2614
                            ],
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 77
                              },
                              "end": {
                                "line": 68,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2504,
                            2614
                          ],
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 45
                            },
                            "end": {
                              "line": 68,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2463,
                          2614
                        ],
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 4
                          },
                          "end": {
                            "line": 68,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2463,
                        2615
                      ],
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 4
                        },
                        "end": {
                          "line": 68,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "VirtualAction",
                            "range": [
                              2620,
                              2633
                            ],
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 4
                              },
                              "end": {
                                "line": 69,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "sortActions",
                            "range": [
                              2634,
                              2645
                            ],
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 18
                              },
                              "end": {
                                "line": 69,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            2620,
                            2645
                          ],
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 4
                            },
                            "end": {
                              "line": 69,
                              "column": 29
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "a",
                              "range": [
                                2658,
                                2659
                              ],
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 42
                                },
                                "end": {
                                  "line": 69,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "b",
                              "range": [
                                2661,
                                2662
                              ],
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 45
                                },
                                "end": {
                                  "line": 69,
                                  "column": 46
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "a",
                                      "range": [
                                        2678,
                                        2679
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        2680,
                                        2685
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      2678,
                                      2685
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "b",
                                      "range": [
                                        2690,
                                        2691
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "delay",
                                      "range": [
                                        2692,
                                        2697
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      2690,
                                      2697
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    2678,
                                    2697
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 31
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "test": {
                                        "type": "BinaryExpression",
                                        "operator": "===",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              2717,
                                              2718
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 17
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "index",
                                            "range": [
                                              2719,
                                              2724
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "range": [
                                            2717,
                                            2724
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "b",
                                            "range": [
                                              2729,
                                              2730
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "index",
                                            "range": [
                                              2731,
                                              2736
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "range": [
                                            2729,
                                            2736
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 35
                                            }
                                          }
                                        },
                                        "range": [
                                          2717,
                                          2736
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "ReturnStatement",
                                            "argument": {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                2763,
                                                2764
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "range": [
                                              2756,
                                              2765
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 25
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2738,
                                          2779
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "alternate": {
                                        "type": "IfStatement",
                                        "test": {
                                          "type": "BinaryExpression",
                                          "operator": ">",
                                          "left": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                2801,
                                                2802
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "index",
                                              "range": [
                                                2803,
                                                2808
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "range": [
                                              2801,
                                              2808
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                2811,
                                                2812
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "index",
                                              "range": [
                                                2813,
                                                2818
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "range": [
                                              2811,
                                              2818
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "range": [
                                            2801,
                                            2818
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "Literal",
                                                "value": 1,
                                                "raw": "1",
                                                "range": [
                                                  2845,
                                                  2846
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                2838,
                                                2847
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 25
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2820,
                                            2861
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "alternate": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "UnaryExpression",
                                                "operator": "-",
                                                "argument": {
                                                  "type": "Literal",
                                                  "value": 1,
                                                  "raw": "1",
                                                  "range": [
                                                    2905,
                                                    2906
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 25
                                                    }
                                                  }
                                                },
                                                "prefix": true,
                                                "range": [
                                                  2904,
                                                  2906
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "range": [
                                                2897,
                                                2907
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 26
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2879,
                                            2921
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "range": [
                                          2797,
                                          2921
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "range": [
                                        2713,
                                        2921
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 13
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2699,
                                    2931
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "test": {
                                    "type": "BinaryExpression",
                                    "operator": ">",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          2949,
                                          2950
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          2951,
                                          2956
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "range": [
                                        2949,
                                        2956
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "b",
                                        "range": [
                                          2959,
                                          2960
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "delay",
                                        "range": [
                                          2961,
                                          2966
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        2959,
                                        2966
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      2949,
                                      2966
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "argument": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            2989,
                                            2990
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "range": [
                                          2982,
                                          2991
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 21
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2968,
                                      3001
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "alternate": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "argument": {
                                          "type": "UnaryExpression",
                                          "operator": "-",
                                          "argument": {
                                            "type": "Literal",
                                            "value": 1,
                                            "raw": "1",
                                            "range": [
                                              3037,
                                              3038
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "prefix": true,
                                          "range": [
                                            3036,
                                            3038
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          3029,
                                          3039
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 22
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3015,
                                      3049
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    2945,
                                    3049
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  2674,
                                  3049
                                ],
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              2664,
                              3055
                            ],
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 48
                              },
                              "end": {
                                "line": 87,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2648,
                            3055
                          ],
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 32
                            },
                            "end": {
                              "line": 87,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2620,
                          3055
                        ],
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 4
                          },
                          "end": {
                            "line": 87,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2620,
                        3056
                      ],
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 4
                        },
                        "end": {
                          "line": 87,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "VirtualAction",
                        "range": [
                          3068,
                          3081
                        ],
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 11
                          },
                          "end": {
                            "line": 88,
                            "column": 24
                          }
                        }
                      },
                      "range": [
                        3061,
                        3082
                      ],
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 4
                        },
                        "end": {
                          "line": 88,
                          "column": 25
                        }
                      }
                    }
                  ],
                  "range": [
                    1513,
                    3084
                  ],
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 46
                    },
                    "end": {
                      "line": 89,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  1495,
                  3084
                ],
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 28
                  },
                  "end": {
                    "line": 89,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "AsyncAction",
                  "range": [
                    3085,
                    3096
                  ],
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 2
                    },
                    "end": {
                      "line": 89,
                      "column": 13
                    }
                  }
                }
              ],
              "range": [
                1495,
                3097
              ],
              "loc": {
                "start": {
                  "line": 42,
                  "column": 28
                },
                "end": {
                  "line": 89,
                  "column": 14
                }
              }
            },
            "range": [
              1478,
              3098
            ],
            "loc": {
              "start": {
                "line": 42,
                "column": 11
              },
              "end": {
                "line": 89,
                "column": 15
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          1474,
          3099
        ],
        "loc": {
          "start": {
            "line": 42,
            "column": 7
          },
          "end": {
            "line": 89,
            "column": 16
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              1375,
              1466
            ],
            "loc": {
              "start": {
                "line": 37,
                "column": 0
              },
              "end": {
                "line": 41,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=VirtualTimeScheduler.js.map",
            "range": [
              3100,
              3148
            ],
            "loc": {
              "start": {
                "line": 90,
                "column": 0
              },
              "end": {
                "line": 90,
                "column": 48
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        1467,
        3099
      ],
      "loc": {
        "start": {
          "line": 42,
          "column": 0
        },
        "end": {
          "line": 89,
          "column": 16
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            1375,
            1466
          ],
          "loc": {
            "start": {
              "line": 37,
              "column": 0
            },
            "end": {
              "line": 41,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=VirtualTimeScheduler.js.map",
          "range": [
            3100,
            3148
          ],
          "loc": {
            "start": {
              "line": 90,
              "column": 0
            },
            "end": {
              "line": 90,
              "column": 48
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    3099
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 89,
      "column": 16
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n     * Prompt the Scheduler to execute all of its queued actions, therefore\n     * clearing its queue.\n     * @return {void}\n     ",
      "range": [
        615,
        751
      ],
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 7
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        1375,
        1466
      ],
      "loc": {
        "start": {
          "line": 37,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=VirtualTimeScheduler.js.map",
      "range": [
        3100,
        3148
      ],
      "loc": {
        "start": {
          "line": 90,
          "column": 0
        },
        "end": {
          "line": 90,
          "column": 48
        }
      }
    }
  ]
}