Lines Matching refs:parentFrame
1437 _proto3.render = function render(ctx, parentFrame, cb) {
1442 } else if (typeof parentFrame === 'function') {
1443 cb = parentFrame;
1444 parentFrame = null;
1451 var forceAsync = !parentFrame;
1465 var frame = parentFrame ? parentFrame.push(true) : new Frame();
1497 _proto3.getExported = function getExported(ctx, parentFrame, cb) {
1503 if (typeof parentFrame === 'function') {
1504 cb = parentFrame;
1505 parentFrame = null;
1518 var frame = parentFrame ? parentFrame.push() : new Frame();