ScriptObject.nativeObject

Native object can also be written because this is how binding works. Constructors receive a premade ScriptObject as the "this" with the name and prototype already set. Native D constructor functions have to set this property.

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

Meta