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

pub static PROTOTYPE: &'static str

Static prototype, usually set on constructors 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