package js.lib
import js.lib.Object
Available on js
Type for
See also:
read onlyvalueOf:Function
Returns the primitive value of the specified object.
read onlytoString:Function
Returns a string representation of the object.
read onlytoLocaleString:Function
Calls toString()
.
read onlypropertyIsEnumerable:Function
Returns a boolean indicating if the internal enumerable attribute is set.
read onlyisPrototypeOf:Function
Returns a boolean indicating whether the object this method is called upon is in the prototype chain of the specified object.
read onlyhasOwnProperty:Function
Returns a boolean indicating whether an object contains the specified property as a direct property of that object and not inherited through the prototype chain.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/ObjectPrototype.html