Home | History | Annotate | Download | only in FunctionObjects

Lines Matching refs:prototype

25                         Function.prototype
27 Description: The initial value of Function.prototype is the built-in
28 Function prototype object.
33 This test the DontDelete property of Function.prototype.
42 var TITLE = "Function.prototype";
53 var FUN_PROTO = Function.prototype;
56 "delete Function.prototype",
58 delete Function.prototype
62 "delete Function.prototype; Function.prototype",
64 eval("delete Function.prototype; Function.prototype")