Is true if the frame is an out-of-process (OOP) frame. Otherwise, false.
true
false
class Frame { isOOPFrame(): boolean; }
Returns:
boolean