The isJavaObject method returns whether obj is an object of the Java language. It returns false for native JavaScript objects, as well as for objects of other polyglot languages.
isJavaObject
obj
false
The
isJavaObject
method returns whetherobj
is an object of the Java language. It returnsfalse
for native JavaScript objects, as well as for objects of other polyglot languages.