function DeleteBinding(N){ var envRec = this; var bindings = envRec.bindingObject; bindings.[[Delete]](N, false);}