Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
This reverts commit 07e0daa5aab716b38acf9041a8baec3816976579.
|
|
This reverts commit 64cc5c47bed294d5efa2433655552530c0242503.
|
|
|
|
|
|
and invokers.
|
|
types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refactorings.
|
|
This reverts commit 7300ba73d3004b8d5c69bd8e3dfbc971c3147ad8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WebGL function)
|
|
|
|
memory
leak fixed in the weak_ptr. Note: to make this compile, I made two
modifications (actually copied from the previous version) --
system/include/libcxx/__locale line 28 and system/include/libcxx/locale
line 229.
|
|
- check if a given key exists.
- return length of an array.
|
|
inheritance still not supported).
|
|
|
|
|
|
passing null into a shared_ptr creates an empty shared_ptr.
|
|
|
|
definition.
|