Frame.isOOPFrame() method
Signature:
class Frame {
isOOPFrame(): boolean;
}
Returns:
boolean
true
if the frame is an OOP frame, or false
otherwise.
Signature:
class Frame {
isOOPFrame(): boolean;
}
Returns:
boolean
true
if the frame is an OOP frame, or false
otherwise.