I\'ve got the following...
chrome.extension.sendRequest({ req: \"getDocument\", docu: pagedoc, name: \'name\' }, function(response){ var efjs = respo
This might not be related answer, but this link Detecting and fixing circular references in JavaScript might helpful to detect objects which are causing circular dependency.