Chromium Code Reviews| Index: runtime/include/dart_api.h |
| =================================================================== |
| --- runtime/include/dart_api.h (revision 21695) |
| +++ runtime/include/dart_api.h (working copy) |
| @@ -2446,6 +2446,12 @@ |
| DART_EXPORT Dart_Handle Dart_CompileAll(); |
| /** |
| + * Check that all function fingerprints are OK. |
|
Ivan Posva
2013/04/23 12:19:30
I have a hard time understanding why we had to pol
|
| + * |
| + */ |
| +DART_EXPORT Dart_Handle Dart_CheckFunctionFingerprints(); |
| + |
| +/** |
| * Is this object a Library? |
| */ |
| DART_EXPORT bool Dart_IsLibrary(Dart_Handle object); |