index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
embind
/
emval.js
Age
Commit message (
Expand
)
Author
2013-04-12
Support autodowncasting when passing pointers into val
Chad Austin
2013-04-12
Missing semicolon
Chad Austin
2013-04-12
Depending on the order of construction and destruction of val objects, count_...
Chad Austin
2013-04-12
Introduce val::new_ for constructor invocation
Chad Austin
2013-04-12
Kill eval_global_method: it's replaced with more primitives
Chad Austin
2013-04-12
simplify emscripten::val set and get
Chad Austin
2013-04-12
Simplify emscripten::val a bit, reducing it closer to its primitive operations.
Chad Austin
2013-04-12
Simplify emscripten::val a bit, reducing it closer to its primitive operations.
Chad Austin
2013-04-12
Forgot to implement take_value :)
Chad Austin
2013-04-12
bring emscripten::val closer to the set of primitive operations provided by J...
Chad Austin
2013-04-12
Refactoring preparatory to code clean-up (no functional changes, all tests pa...
Bill Welden
2013-04-12
stringify key name before checking if the key exists
Todd Lee
2013-04-12
Revert "remove an unused method"
jinsuck
2013-04-12
remove an unused method
jinsuck
2013-04-12
support creating val with null (needed for sending null parameter to a
jinsuck
2013-04-12
use simpler way to get length of an array
Todd Lee
2013-04-12
added two utility functions to emval.
Todd Lee
2013-04-12
1) add a method to run global javascript function on val 2) fix a bug to
jinsuck
2013-04-12
Fix several ownership/lifetime bugs in argument wire types
Chad Austin
2013-04-12
Some minor generated code size reductions.
Chad Austin
2013-04-12
Handle shared_ptr correctly.(keep underlying pointer point to the same address)
Todd Lee
2012-09-25
Move embind/emval into emscripten proper
Chad Austin