{"json_modified": "2016-04-04T12:33:08.074363", "uuid": "70361105-7bd0-4a53-9559-8449659e4252", "title": "Atomics.or()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/or", "tags": ["Shared Memory", "Experimental", "Atomics", "Method", "JavaScript"], "translations": [{"uuid": "038b16f5-3aab-4822-912b-0b7725b07df9", "title": "Atomics.or()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Atomics/or", "tags": ["M\u00e9moire partag\u00e9e", "M\u00e9thode", "Atomics", "Exp\u00e9rimental", "JavaScript"], "summary": "La m\u00e9thode statique Atomics.or() calcule le r\u00e9sultat d'un OU binaire entre une valeur donn\u00e9e et une valeur du tableau typ\u00e9 et y place le r\u00e9sultat obtenu. Cette op\u00e9ration atomique garantit qu'aucune autre op\u00e9ration d'\u00e9criture n'est appliqu\u00e9e tant que la valeur modifi\u00e9e n'est pas \u00e9crite.", "localization_tags": [], "locale": "fr", "last_edit": "2016-01-30T09:40:05", "review_tags": []}], "modified": "2016-04-04T12:33:08", "label": "Atomics.or()", "localization_tags": [], "locale": "en-US", "id": 173481, "last_edit": "2016-01-28T11:36:37", "summary": "The static Atomics.or() method computes a bitwise OR with a given value at a given position in the array, and returns the old value at that position. This atomic operation guarantees that no other write happens until the modified value is written back.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Syntax", "title": "Syntax"}, {"id": "Parameters", "title": "Parameters"}, {"id": "Return_value", "title": "Return value"}, {"id": "Exceptions", "title": "Exceptions"}, {"id": "Description", "title": "Description"}, {"id": "Examples", "title": "Examples"}, {"id": "Specifications", "title": "Specifications"}, {"id": "Browser_compatibility", "title": "Browser compatibility"}, {"id": "See_also", "title": "See also"}], "slug": "Web/JavaScript/Reference/Global_Objects/Atomics/or", "review_tags": []}