(spec, type)
| 453 | } |
| 454 | |
| 455 | function copyInfo(spec, type) { |
| 456 | if (spec["!doc"]) type.doc = spec["!doc"]; |
| 457 | if (spec["!url"]) type.url = spec["!url"]; |
| 458 | if (spec["!span"]) type.span = spec["!span"]; |
| 459 | if (spec["!data"]) type.metaData = spec["!data"]; |
| 460 | } |
| 461 | |
| 462 | function doLoadEnvironment(data, scope) { |
| 463 | var cx = infer.cx(), server = cx.parent |