Skip to main content

Module object

Module object 

Source
Expand description

PostScript object representation.

PsObject is the fundamental unit — a tagged value with metadata flags. Objects are Clone + Copy (value types with arena indices, not heap references).

Structs§

EntityId
Index into an arena store (strings, arrays, dicts, loop states).
NameId
Index into the name interning table.
ObjFlags
Packed object metadata (1 byte).
OpCode
Index into the operator dispatch table.
PsObject
A PostScript object: a tagged value with metadata flags.
SaveLevel
Save/restore nesting level.

Enums§

PsValue
The value payload of a PostScript object.