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

Side by Side Diff: runtime/vm/bootstrap_natives.h

Issue 2059883003: DevFS initial implementation (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « runtime/observatory/tests/service/dev_fs_test.dart ('k') | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef VM_BOOTSTRAP_NATIVES_H_ 5 #ifndef VM_BOOTSTRAP_NATIVES_H_
6 #define VM_BOOTSTRAP_NATIVES_H_ 6 #define VM_BOOTSTRAP_NATIVES_H_
7 7
8 #include "vm/native_entry.h" 8 #include "vm/native_entry.h"
9 9
10 // bootstrap dart natives used in the core dart library. 10 // bootstrap dart natives used in the core dart library.
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 V(LibraryPrefix_loadError, 1) \ 349 V(LibraryPrefix_loadError, 1) \
350 V(LibraryPrefix_isLoaded, 1) \ 350 V(LibraryPrefix_isLoaded, 1) \
351 V(UserTag_new, 2) \ 351 V(UserTag_new, 2) \
352 V(UserTag_label, 1) \ 352 V(UserTag_label, 1) \
353 V(UserTag_defaultTag, 0) \ 353 V(UserTag_defaultTag, 0) \
354 V(UserTag_makeCurrent, 1) \ 354 V(UserTag_makeCurrent, 1) \
355 V(Profiler_getCurrentTag, 0) \ 355 V(Profiler_getCurrentTag, 0) \
356 V(ClassID_getID, 1) \ 356 V(ClassID_getID, 1) \
357 V(VMService_SendIsolateServiceMessage, 2) \ 357 V(VMService_SendIsolateServiceMessage, 2) \
358 V(VMService_SendRootServiceMessage, 1) \ 358 V(VMService_SendRootServiceMessage, 1) \
359 V(VMService_SendObjectRootServiceMessage, 1) \
359 V(VMService_OnStart, 0) \ 360 V(VMService_OnStart, 0) \
360 V(VMService_OnExit, 0) \ 361 V(VMService_OnExit, 0) \
361 V(VMService_OnServerAddressChange, 1) \ 362 V(VMService_OnServerAddressChange, 1) \
362 V(VMService_ListenStream, 1) \ 363 V(VMService_ListenStream, 1) \
363 V(VMService_CancelStream, 1) \ 364 V(VMService_CancelStream, 1) \
364 V(VMService_RequestAssets, 0) \ 365 V(VMService_RequestAssets, 0) \
365 V(VMService_DecodeAssets, 1) \ 366 V(VMService_DecodeAssets, 1) \
366 367
367 // List of bootstrap native entry points used in the dart:mirror library. 368 // List of bootstrap native entry points used in the dart:mirror library.
368 #define MIRRORS_BOOTSTRAP_NATIVE_LIST(V) \ 369 #define MIRRORS_BOOTSTRAP_NATIVE_LIST(V) \
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 #ifndef PRODUCT 432 #ifndef PRODUCT
432 MIRRORS_BOOTSTRAP_NATIVE_LIST(DECLARE_BOOTSTRAP_NATIVE) 433 MIRRORS_BOOTSTRAP_NATIVE_LIST(DECLARE_BOOTSTRAP_NATIVE)
433 #endif 434 #endif
434 435
435 #undef DECLARE_BOOTSTRAP_NATIVE 436 #undef DECLARE_BOOTSTRAP_NATIVE
436 }; 437 };
437 438
438 } // namespace dart 439 } // namespace dart
439 440
440 #endif // VM_BOOTSTRAP_NATIVES_H_ 441 #endif // VM_BOOTSTRAP_NATIVES_H_
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/dev_fs_test.dart ('k') | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698