pushDartClosureAsync abstract method
Push an async Dart closure onto the stack with upvalues.
Implementation
void pushDartClosureAsync(DartFunctionAsync f, int n);
Push an async Dart closure onto the stack with upvalues.
void pushDartClosureAsync(DartFunctionAsync f, int n);