Module js::front::stdlib::object[src]
The Object global object
Structs
| Property | A Javascript property |
Statics
pub static INSTANCE_PROTOTYPE: &'static str = "__proto__" |
|
pub static PROTOTYPE: &'static str = "prototype" |
Functions
| _create | Create a new |
| define_prop | Define a property in an object |
| get_proto_of | Get the prototype of an object |
| has_own_prop | Check if it has a property |
| init | Initialise the |
| make_object | Create a new object |
| set_proto_of | Set the prototype of an object |
| to_string | To string |
Type Definitions
| ObjectData |