Helpers for looking up and invoking globally registered JS constructors.
Summary
Functions
Returns the class prototype for the globally registered constructor name.
Invokes a global constructor and falls back when it is not available.
Invokes a global constructor and updates its object map before prototype patching.
Looks up a constructor by JavaScript global name.
Associates a constructor with its class prototype and static prototype property.
Registers a constructor without creating a prototype.
Registers a constructor using options such as :module, :prototype, and :auto_proto.
Registers a constructor with a freshly wrapped prototype map and optional parent prototype.
Functions
Returns the class prototype for the globally registered constructor name.
Invokes a global constructor and falls back when it is not available.
Invokes a global constructor and updates its object map before prototype patching.
Looks up a constructor by JavaScript global name.
Associates a constructor with its class prototype and static prototype property.
Registers a constructor without creating a prototype.
Registers a constructor using options such as :module, :prototype, and :auto_proto.
Registers a constructor with a freshly wrapped prototype map and optional parent prototype.