diff options
author | Chad Austin <caustin@gmail.com> | 2014-03-23 14:03:07 -0700 |
---|---|---|
committer | Chad Austin <chad@chadaustin.me> | 2014-03-28 23:56:41 -0700 |
commit | b9abf3c50ff469a0a7c2824138210ecd6f0dd708 (patch) | |
tree | 033ced914aefa103d0fb2c0ad977678b3c1e7119 /system/include | |
parent | bb34f6aaa0043e39d43b684f78099712b79026c2 (diff) |
Some minor emval simplifications
Diffstat (limited to 'system/include')
-rw-r--r-- | system/include/emscripten/val.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/emscripten/val.h b/system/include/emscripten/val.h index 9b1ad70d..78805f5a 100644 --- a/system/include/emscripten/val.h +++ b/system/include/emscripten/val.h @@ -37,6 +37,7 @@ namespace emscripten { void _emval_set_property(EM_VAL object, EM_VAL key, EM_VAL value); double _emval_as(EM_VAL value, TYPEID returnType, EM_DESTRUCTORS* destructors); + // TODO: make compatible with asm.js EM_VAL _emval_call( EM_VAL value, unsigned argCount, |