contextPointer property

  1. @Deprecated('Context is now owned by VM, use vmPointer instead')
int get contextPointer

Deprecated: Context is now owned by VM, this is always 0

Implementation

@Deprecated('Context is now owned by VM, use vmPointer instead')
int get contextPointer => 0;