Closed
Bug 640994
Opened 15 years ago
Closed 15 years ago
TI+JM: Assertion failure: Call site vanished., at ../methodjit/Compiler.cpp:2434
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jandem, Unassigned)
References
Details
--
var o = {};
gc();
o.unwatch('x');
o.__proto__ = {};
--
$ ./js -n -a -m test.js
Assertion failure: Call site vanished., at ../methodjit/Compiler.cpp:2434
Comment 1•15 years ago
|
||
This works for me, in current and older versions of js. Can you still repro?
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> This works for me, in current and older versions of js. Can you still repro?
Hm, WFM too now.
You need to log in
before you can comment on or make changes to this bug.
Description
•