Check if a property can be accessed without throwing an exception.
|
code » | |
Syntax for object literal casts.
|
code » |
![]()
To assert to the compiler that an operation is needed when it would
otherwise be stripped. For example:
// Force a layout
goog.reflect.sinkValue(dialog.offsetHeight);
|
Code » |