Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 26064) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -77,6 +77,7 @@ |
| V(InstantiatedTypeArguments, "InstantiatedTypeArguments") \ |
| V(PatchClass, "PatchClass") \ |
| V(Function, "Function") \ |
| + V(DartFunctionImpl, "_DartFunctionImpl") \ |
|
Ivan Posva
2013/08/14 05:27:57
FunctionImpl
Florian Schneider
2013/08/14 09:07:49
Done.
|
| V(FunctionResult, "function result") \ |
| V(FactoryResult, "factory result") \ |
| V(ClosureData, "ClosureData") \ |