package js.lib
import js.lib.Object
Available on js
Type for
See also:
read onlyvalueOf:FunctionReturns the primitive value of the specified object.
read onlytoString:FunctionReturns a string representation of the object.
read onlytoLocaleString:FunctionCalls toString().
read onlypropertyIsEnumerable:FunctionReturns a boolean indicating if the internal enumerable attribute is set.
read onlyisPrototypeOf:FunctionReturns a boolean indicating whether the object this method is called upon is in the prototype chain of the specified object.
read onlyhasOwnProperty:FunctionReturns 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