Ensures that the specified object's methods are all in the object's scope, and aren't cross-component wrappers.

Syntax

void Components.utils.makeObjectPropsNormal(obj);

Parameters

obj
The object for which to ensure all methods are in its scope.

Example

For an example, see Components.utils.createObjectIn().


See also