method ObjectConstructor.isExtensible
Private
ObjectConstructor.isExtensible(o: any): boolean

Returns a value that indicates whether new properties can be added to an object.

Parameters

o: any

Object to test.

Return Type

boolean