Lines Matching defs:root
22 function testOriginal(root) { argument
27 function definePropertyOnRoot(root) { argument
31 function definePropertyOnFoo(root) { argument
35 function deletePropertyOnRoot(root) { argument
39 function deletePropertyOnFoo(root) { argument
43 function preventExtensionsOnRoot(root) { argument
47 function preventExtensionsOnFoo(root) { argument
51 function preventExtensionsOnRootViaSeal(root) { argument
55 function preventExtensionsOnFooViaSeal(root) { argument
59 function preventExtensionsOnRootViaFreeze(root) { argument
63 function preventExtensionsOnFooViaFreeze(root) { argument
67 function setOnRoot(root) { argument
71 function setOnFoo(root) { argument
75 function setQux(root) { argument
79 function setQuux(root) { argument
83 function setQuuxItem(root) { argument
87 function setQuuxProperty(root) { argument
91 function setPrototypeOfRoot(root) { argument
95 function setPrototypeOfFoo(root) { argument
99 function setPrototypeOfQuux(root) { argument