Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 07e0daa5aab716b38acf9041a8baec3816976579.
|
|
This reverts commit 64cc5c47bed294d5efa2433655552530c0242503.
|
|
|
|
|
|
and invokers.
|
|
|
|
types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refactorings.
|
|
This reverts commit 7300ba73d3004b8d5c69bd8e3dfbc971c3147ad8.
|
|
|