| Age | Commit message (Collapse) | Author |
|
|
|
than ownership semantics. That is, to keep a reference beyond the function call, you must call .clone(). This is necessary to avoid special-casing non-overridden virtual functions. (I don't know if this change will stick. It's possible it will have some problems.)
|
|
the JavaScript object would be released when the last JS handle was destroyed, not when the object was.
|
|
|
|
pointer fixups.
|
|
|
|
|
|
JavaScript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wrapper types.
|
|
EMSCRIPTEN_HAS_UNBOUND_TYPE_NAMES=0, then use a lighter type identifier. This shaves 175 KB off of our engine's minified JavaScript.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
through val::as
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a C++ function
|
|
|
|
|
|
implemented in JS don't leak memory.
|
|
JS, it gets converted into a typed array object on the other side. Intended for WebGL.
|
|
|
|
object.
Conflicts:
tests/embind/embind_test.cpp
|
|
are only two.
Conflicts:
tests/embind/embind_test.cpp
|
|
|
|
higher-level register_function though...
|
|
|
|
classes happen to have member functions with the same name and signature - a reason why the 'instanceof' check exists in embind.js.
|
|
pointer to the string literal as a constant as opposed to a global variable.
|
|
add support for interned string symbols to emscripten::val
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|