Home | History | Annotate | Download | only in mjsunit

Lines Matching defs:outer

33     function outer() {\
39 function outer() {\
141 // Strict mode doesn't affect the outer stop of strict code.
297 CheckStrictMode("function outer() {{ function invalid() {} }}", SyntaxError);
1116 function outer() {
1124 var args = outer()();
1128 args = outer()(17, "value", strict);