• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2013 The Flutter Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #include <stdint.h>
6 
7 namespace dart_runner {
8 
9 extern uint8_t const* const vm_isolate_snapshot_buffer;
10 extern uint8_t const* const isolate_snapshot_buffer;
11 
12 }  // namespace dart_runner
13