allocationSize static method

int allocationSize(
  1. Script value
)

Implementation

static int allocationSize(Script value) {
  return 8;
}