reflect.js
No description.

File Location

/goog/reflect/reflect.js


Public Protected Private

Global Functions

goog.reflect.canAccessProperty(objprop) boolean
Check if a property can be accessed without throwing an exception.
Arguments:
obj : Object
The owner of the property.
prop : string
The property name.
Returns: boolean  Whether the property is accessible. Will also return true if obj is null.
code »
goog.reflect.object(typeobject) Object
Syntax for object literal casts.
Arguments:
type : !Function
Type to cast to.
object : Object
Object literal to cast.
Returns: Object  The object literal.
code »

Directory reflect

File Reference