ScriptObject.nativeObject

If a native object was stored inside this ScriptObject, it can be retrieved with this function. Note that one must always check that the return value isn't null because all functions can be called with invalid "this" objects using functionName.call.

  1. T nativeObject()
    class ScriptObject
    const
    T
    nativeObject
    (
    T
    )
    ()
  2. T nativeObject(T obj)

Meta