function HasBinding(N){ var envRec = this; if (N in envRec) return true; // if this declarative record contains given identifier return false;};