elixir_script_web v0.2.0 ElixirScript.Web.Object
Link to this section Summary
Link to this section Functions
Link to this function
assign(target, source)
Link to this function
create(proto)
Link to this function
create(proto, properties_object)
Link to this function
defineProperties(obj, props)
Link to this function
defineProperty(obj, prop, descriptor)
Link to this function
entries(obj)
Link to this function
freeze(obj)
Link to this function
getOwnPropertyDescriptor(obj, prop)
Link to this function
getOwnPropertyDescriptors(obj)
Link to this function
getOwnPropertyNames(obj)
Link to this function
getOwnPropertySymbols(obj)
Link to this function
getPrototypeOf(obj)
Link to this function
is(value1, value2)
Link to this function
isExtensible(obj)
Link to this function
isFrozen(obj)
Link to this function
isSealed(obj)
Link to this function
keys(obj)
Link to this function
preventExtensions(obj)