[][src]Static boa::js::object::INSTANCE_PROTOTYPE

pub static INSTANCE_PROTOTYPE: &'static str

Static __proto__, usually set on Object instances as a key to point to their respective prototype object.
As this string will be used a lot throughout the program, its best being a static global string which will be referenced