Lines Matching refs:parentFrame
422 _proto3.render = function render(ctx, parentFrame, cb) { argument
427 } else if (typeof parentFrame === 'function') {
428 cb = parentFrame;
429 parentFrame = null;
436 var forceAsync = !parentFrame;
450 var frame = parentFrame ? parentFrame.push(true) : new Frame();
482 _proto3.getExported = function getExported(ctx, parentFrame, cb) { argument
488 if (typeof parentFrame === 'function') {
489 cb = parentFrame;
490 parentFrame = null;
503 var frame = parentFrame ? parentFrame.push() : new Frame();