Lines Matching refs:parentFrame
2701 _proto3.render = function render(ctx, parentFrame, cb) {
2706 } else if (typeof parentFrame === 'function') {
2707 cb = parentFrame;
2708 parentFrame = null;
2715 var forceAsync = !parentFrame;
2729 var frame = parentFrame ? parentFrame.push(true) : new Frame();
2761 _proto3.getExported = function getExported(ctx, parentFrame, cb) {
2767 if (typeof parentFrame === 'function') {
2768 cb = parentFrame;
2769 parentFrame = null;
2782 var frame = parentFrame ? parentFrame.push() : new Frame();