| Age | Commit message (Collapse) | Author |
|
This is required for the IMVU build as it errors on this.
|
|
|
|
correctly increment the reference count of the underlying smart pointer.
|
|
|
|
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.)
|
|
JavaScript object.
|
|
the JavaScript object would be released when the last JS handle was destroyed, not when the object was.
|
|
|
|
|
|
pointer fixups.
|
|
|
|
pointer that gets returned, then return the JS instance.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
an abstract class implementation.
|
|
|
|
|
|
|
|
|
|
|