Chromium Code Reviews
DescriptionAlter the native code generator to directly use
Dart_SetBooleanReturnValue
Dart_SetIntReturnValue
Dart_SetDoubleReturnValue
instead of
Dart_Handle retval = toDart(...); // Calls Dart_Boolean, Dart_NewInteger,
// Dart_Double.
Dart_SetReturnValue(args, retval);
R=vsm@google.com
Committed: https://code.google.com/p/dart/source/detail?r=25698
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||