Age | Commit message (Collapse) | Author |
|
undefined if out of bounds.
|
|
|
|
|
|
class for which no smart pointer was registered would cause a crash.
Now a smart pointer is only downcast to the most derived class which is bound and for which a smart pointer is registered.
|
|
accessible constructor
|
|
|
|
|
|
|
|
|
|
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&
|
|
or more intermediate classes are not bound.
Warning: we know nothing about the members of the unbound classes, so you might end up inheriting the bound base class's
member when a C++ routine would inherit the identically named member from the unbound class.
|
|
- Removed dead code
|
|
|
|
-- shared_ptr (outside of class definition) is still allowed"
This reverts commit c38bb38e9d6393dfacb4afb0e9ba80ce42aee965.
|
|
This reverts commit 4a9e281a7d42595354c775ee1a79fdb9c3ec6354.
|
|
|
|
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
|
|
|
|
|
|
|
|
count_emval_handles could be incorrect.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|