setGlobal method

void setGlobal(
  1. String name
)

Implementation

void setGlobal(String name) => setField(luaGlobalsIndex, name);