isContext

external fun isContext(sandbox: Context): Boolean(source)

Returns true if the given object object has been contextified using {@link createContext}, or if it's the global object of a context created using vm.constants.DONT_CONTEXTIFY.

Since

v0.11.7