-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.3.2
-
Component/s: JavaScript
-
None
-
Fully Compatible
-
ALL
Function argument handles were sometimes allocated on the heap, but this is not legal. We need a better way of converting BSONObj arguments to v8 arguments. Initial thought was alloca() and the new placement operator, but this is not cross-platform.
- is related to
-
SERVER-9291 V8Scope::invoke shouldn't silently ignore arguments after the 24th
- Closed