Lines Matching refs:outer
2849 // the second () will be processed as a part of the outer NewExpression.
3413 // Get result from f's function context (that is g's outer context)
3516 const char* outer = outers[i].source;
3517 int outer_len = Utf8LengthHelper(outer);
3533 i::SNPrintF(program, "%s%s%s%s%s%s%s", prefix, outer_comment, outer,
7227 {"function outer() { 'use strict';", "}"},
7253 {"", ""}, {"function outer() {", "}"}, {nullptr, nullptr}};
7274 {"function outer() { 'use strict';", "}"},
7276 {"function outer() { ", "}"},