Closed GoogleCodeExporter closed 8 years ago
In fact, v8 maintain all the JS extension with a linked list, it will install
all the auto enable extension when create context, it means if you have two or
more extension with same name, the last/old one will be used.
So, please create your extension without auto extension and register it by
manual
JSExtension(..., register=False)
Original comment by flier...@gmail.com
on 14 Aug 2013 at 3:28
Original issue reported on code.google.com by
serge....@gmail.com
on 12 Aug 2013 at 10:05