aboutsummaryrefslogtreecommitdiff
path: root/src/embind/emval.js
AgeCommit message (Expand)Author
2013-04-12Support autodowncasting when passing pointers into valChad Austin
2013-04-12Missing semicolonChad Austin
2013-04-12Depending on the order of construction and destruction of val objects, count_...Chad Austin
2013-04-12Introduce val::new_ for constructor invocationChad Austin
2013-04-12Kill eval_global_method: it's replaced with more primitivesChad Austin
2013-04-12simplify emscripten::val set and getChad Austin
2013-04-12Simplify emscripten::val a bit, reducing it closer to its primitive operations.Chad Austin
2013-04-12Simplify emscripten::val a bit, reducing it closer to its primitive operations.Chad Austin
2013-04-12Forgot to implement take_value :)Chad Austin
2013-04-12bring emscripten::val closer to the set of primitive operations provided by J...Chad Austin
2013-04-12Refactoring preparatory to code clean-up (no functional changes, all tests pa...Bill Welden
2013-04-12stringify key name before checking if the key existsTodd Lee
2013-04-12Revert "remove an unused method"jinsuck
2013-04-12remove an unused methodjinsuck
2013-04-12support creating val with null (needed for sending null parameter to ajinsuck
2013-04-12use simpler way to get length of an arrayTodd Lee
2013-04-12added two utility functions to emval.Todd Lee
2013-04-121) add a method to run global javascript function on val 2) fix a bug tojinsuck
2013-04-12Fix several ownership/lifetime bugs in argument wire typesChad Austin
2013-04-12Some minor generated code size reductions.Chad Austin
2013-04-12Handle shared_ptr correctly.(keep underlying pointer point to the same address)Todd Lee
2012-09-25Move embind/emval into emscripten properChad Austin