Lines Matching refs:function
57 // Test non-global direct strict eval in non-strict function.
60 (function() {
67 // Test non-global indirect strict eval in non-strict function.
70 (function() {
77 // Test non-global direct non-strict eval in non-strict function.
78 // Expects function environment.
80 (function() {
87 // Test non-global indirect non-strict eval in non-strict function.
90 (function() {
97 // Test non-global direct strict eval in strict function.
100 (function() {
108 // Test non-global indirect strict eval in strict function.
111 (function() {
119 // Test non-global direct non-strict eval in strict function.
122 (function() {
130 // Test non-global indirect non-strict eval in strict function.
133 (function() {