FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: remove usages of GetBackingStore in startup · nodejs/node@43e8be0 · GitHub

/ node Public

Commit 43e8be0

Browse files
authored andcommitted
src: remove usages of GetBackingStore in startup
This removes all usages of GetBackingStore in startup. See the linked issue for an explanation. Refs: #32226 Refs: #43921 PR-URL: #44078 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 975931d commit 43e8be0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎src/node.cc‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ static void AtomicsWaitCallback(Isolate::AtomicsWaitEvent event,
266266

267267
fprintf(stderr,
268268
"(node:%d) [Thread %" PRIu64 "] Atomics.wait(%p + %zx, %" PRId64
269-
", %.f) %s\n",
269+
", %.f) %s\n",
270270
static_cast<int>(uv_os_getpid()),
271271
env->thread_id(),
272-
array_buffer->GetBackingStore()->Data(),
272+
array_buffer->Data(),
273273
offset_in_bytes,
274274
value,
275275
timeout_in_ms,

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL