Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/lang/utils.js

  • Provides:

    • dojox.lang.utils
  • dojox.lang.utils.coerceType

    • parameters:
      • target: (typeof Object:)
        object, which typeof result is used to coerce "source" object.
      • source: (typeof Object:)
        object, which will be forced to change type.
    • summary
      Coerces one object to the type of another.
    • type
      Function
  • dojox.lang.utils.updateWithObject

    • parameters:
      • target: (typeof Object:)
        the "target" object to be updated
      • source: (typeof Object:)
        the "source" object, whose properties will be used to source the existed object.
      • conv: (typeof Boolean:)
        force conversion to the original type
    • returns
      Object
    • summary
      Updates an existing object in place with properties from an "source" object.
    • type
      Function
  • dojox.lang.utils.updateWithPattern

    • parameters:
      • target: (typeof Object:)
        the "target" object to be updated
      • source: (typeof Object:)
        the "source" object, whose properties will be used to source the existed object.
      • pattern: (typeof Object:)
        object, whose properties will be used to pull values from the "source"
      • conv: (typeof Boolean:)
        force conversion to the original type
    • returns
      Object
    • summary
      Updates an existing object in place with properties from an "source" object.
    • type
      Function
  • dojox.lang.utils.merge

    • parameters:
      • object: (typeof Object:)
        original object.
      • mixin: (typeof Object:)
        additional object, which properties will override object's properties.
    • summary
      Merge two objects structurally, mixin properties will override object's properties.
    • type
      Function
  • dojox.lang.utils

    • alias - dojox.lang.utils
  • Object.toString

    • alias - Object.prototype.toString
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object