Subversion Repositories wimsdev

Rev

Rev 14283 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14283 Rev 15332
Line 248... Line 248...
248
            }
248
            }
249
           
249
           
250
            var parent_suspension = this.get_active_suspension();
250
            var parent_suspension = this.get_active_suspension();
251
            // The child has completed the execution. So override the child's resume
251
            // The child has completed the execution. So override the child's resume
252
            // so we can continue the execution.
252
            // so we can continue the execution.
253
            parent_suspension.child.resume = function() {};
253
            parent_suspension.child.resume = function() {
-
 
254
                return r;
-
 
255
            };
254
            this.resume();
256
            this.resume();
255
        } else {
257
        } else {
256
            this.print("Program execution complete");
258
            this.print("Program execution complete");
257
        }
259
        }
258
    }
260
    }