Reviewers: jochen (slow), Michael Starzinger, rossberg,

Message:
Created Revert of Add WeakKeyMap to v8.h

Description:
Revert of Add WeakKeyMap to v8.h (patchset #2 id:20001 of
https://codereview.chromium.org/891473005/)

Reason for revert:
Revert this patch due to shared win build compilation failure

http://build.chromium.org/p/client.v8/builders/V8%20Win32%20-%20nosnap%20-%20shared/builds/5030/steps/compile/logs/stdio

Original issue's description:
Add WeakKeyMap to v8.h

A new map wich references its keys weakly is added to v8.h. Internally it uses
the same storage as JSWeakMap but doesn't depend on the JavaScript part of
WeakMap implementation in weak-collection.js, hence it can be instantiated
without entering any context.

BUG=chromium:437416
LOG=Y

Committed: https://crrev.com/ee7ed39ac8327124e74dd7ad5f1de0dede988cb7
Cr-Commit-Position: refs/heads/master@{#26425}

[email protected],[email protected],[email protected]
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:437416

Please review this at https://codereview.chromium.org/901663002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+40, -275 lines):
  M include/v8.h
  M src/api.cc
  M src/factory.h
  M src/factory.cc
  M src/runtime/runtime.h
  M src/runtime/runtime-collections.cc
  M test/cctest/test-api.cc
  M test/cctest/test-weakmaps.cc
  M test/cctest/test-weaksets.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to