Class goog.testing.ObjectPropertyString

code »

Object to pass a property name as a string literal and its containing object when the JSCompiler is rewriting these names. This should only be used in test code.

Constructor

goog.testing.ObjectPropertyString ( object, propertyString )
Parameters
object: Object
The containing object.
propertyString: (Object|string)
Property name as a string literal.
Show:

Instance Methods

Returns
The object.
Returns
The property string.

Instance Properties