Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointers.
|
|
pointers.
|
|
|
|
size both in JS and C++. There are some known bugs. I'll get to those soon.
|
|
|
|
|
|
|
|
|
|
|
|
to deserve its own name.
|
|
|
|
understand this code.
|
|
|
|
|
|
different mechanism for looking up the pointee type
|
|
undefined if out of bounds.
|
|
|
|
passing strings with embedded nul characters.
|
|
|
|
|
|
|
|
isinstance works again. When Function.create exists we can have the benefit of both worlds.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bind.h
|
|
|
|
Fix JSInterface::JSInterface copy constructor to take a const&
|
|
|
|
-- shared_ptr (outside of class definition) is still allowed"
This reverts commit c38bb38e9d6393dfacb4afb0e9ba80ce42aee965.
|
|
shared_ptr (outside of class definition) is still allowed
shared pointers passed by reference can be modified by the called code -- the change is now reflected at the Javascript calling level
other minor clean-up and small syntactic changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JS on values
|
|
ownership with the original pointer.
o New test cases for edge cases.
o Other minor clean-up.
|