Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fb0e4542ac38eac2942c834a78b582865d98a73c
      
https://github.com/WebKit/WebKit/commit/fb0e4542ac38eac2942c834a78b582865d98a73c
  Author: Yusuke Suzuki <[email protected]>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M Source/JavaScriptCore/heap/Heap.cpp
    M Source/JavaScriptCore/runtime/VM.cpp
    M Source/JavaScriptCore/runtime/VM.h

  Log Message:
  -----------
  [JSC] Use ObjectIdentifier for VM ID
https://bugs.webkit.org/show_bug.cgi?id=246970

Reviewed by Justin Michaud.

Juse use ObjectIdentifier for VM ID to use it for non debugging purpose.

* Source/JavaScriptCore/heap/Heap.cpp:
(JSC::Heap::checkConn):
* Source/JavaScriptCore/runtime/VM.cpp:
(JSC::VM::VM):
(JSC::VM::nextID): Deleted.
* Source/JavaScriptCore/runtime/VM.h:
(JSC::VM::identifier const):
(JSC::VM::numberOfIDs): Deleted.
(JSC::VM::id const): Deleted.

Canonical link: https://commits.webkit.org/255937@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to