Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
derived class (multiple inheritance not yet supported).
|
|
|
|
JS on values
|
|
ownership with the original pointer.
o New test cases for edge cases.
o Other minor clean-up.
|
|
|
|
|
|
This reverts commit 6bcd2b18c56448502c69bbfc960a3044c8955fd8.
|
|
This reverts commit 07e0daa5aab716b38acf9041a8baec3816976579.
|
|
This reverts commit 64cc5c47bed294d5efa2433655552530c0242503.
|
|
This reverts commit f7b63f2ed5f8fea7ed9c8d5b9116bc10bfbab7b7.
|
|
|
|
|
|
|
|
|
|
and invokers.
|
|
|
|
|
|
types.
|
|
pass).
|