Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(876)

Side by Side Diff: runtime/lib/mirrors.cc

Issue 16973003: Split dart_api.h into multiple parts: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #include "include/dart_api.h" 5 #include "include/dart_api.h"
6 #include "include/dart_debugger_api.h" 6 #include "include/dart_debugger_api.h"
7 #include "include/dart_mirrors_api.h"
7 #include "vm/dart_api_impl.h" 8 #include "vm/dart_api_impl.h"
8 #include "vm/bootstrap_natives.h" 9 #include "vm/bootstrap_natives.h"
9 #include "vm/dart_entry.h" 10 #include "vm/dart_entry.h"
10 #include "vm/exceptions.h" 11 #include "vm/exceptions.h"
11 #include "vm/message.h" 12 #include "vm/message.h"
12 #include "vm/port.h" 13 #include "vm/port.h"
13 #include "vm/resolver.h" 14 #include "vm/resolver.h"
14 15
15 namespace dart { 16 namespace dart {
16 17
(...skipping 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 } 1280 }
1280 1281
1281 1282
1282 void HandleMirrorsMessage(Isolate* isolate, 1283 void HandleMirrorsMessage(Isolate* isolate,
1283 Dart_Port reply_port, 1284 Dart_Port reply_port,
1284 const Instance& message) { 1285 const Instance& message) {
1285 UNIMPLEMENTED(); 1286 UNIMPLEMENTED();
1286 } 1287 }
1287 1288
1288 } // namespace dart 1289 } // namespace dart
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698