invokeBindingMethodFromNativeSync function

void invokeBindingMethodFromNativeSync(
  1. double contextId,
  2. Pointer<NativeBindingObject> nativeBindingObject,
  3. Pointer<NativeValue> returnValue,
  4. Pointer<NativeValue> nativeMethod,
  5. int argc,
  6. Pointer<NativeValue> argv,
)

Implementation

void invokeBindingMethodFromNativeSync(
    double contextId,
    Pointer<NativeBindingObject> nativeBindingObject,
    Pointer<NativeValue> returnValue,
    Pointer<NativeValue> nativeMethod,
    int argc,
    Pointer<NativeValue> argv) {
  _invokeBindingMethodFromNativeImpl(contextId, nativeBindingObject, returnValue, nativeMethod, argc, argv);
}