pushDartClosureAsync abstract method

void pushDartClosureAsync(
  1. DartFunctionAsync f,
  2. int n
)

Push an async Dart closure onto the stack with upvalues.

Implementation

void pushDartClosureAsync(DartFunctionAsync f, int n);