aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/include/emscripten/val.h1
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,