ConstantPool

Abstract AS2

// {
//   action: "constant-pool",
//   pool: []
// }

@setConstantPool();
// {
//   action: "constant-pool",
//   pool: ["foo"]
// }

@setConstantPool("foo");
// {
//   action: "constant-pool",
//   pool: ["foo", "bar"]
// }

@setConstantPool("foo", "bar");

Adobe documentation

ActionConstantPool

ActionConstantPool creates a new constant pool, and replaces the old constant pool if one already exists.

FieldTypeComment
ActionConstantPoolACTIONRECORDHEADERActionCode = 0x88
CountUI16Number of constants to follow
ConstantPoolSTRING[Count]String constants