Home | History | Annotate | Download | only in resources

Lines Matching defs:sync

52 // check if there is a build in sync function, define one if missing
53 if (typeof sync === "undefined") {
54 var sync = function(func, obj) {
56 throw "sync(function [,object]) parameter count mismatch";
74 sync.docString = "synchronize a function, optionally on an object";
80 * can be called only within a sync method
92 * can be called only within a sync method
104 * can be called only within a sync method
189 Function.prototype.sync = function (lock) {
313 __put__: sync(function(name, value) {