Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
object.
Conflicts:
tests/embind/embind_test.cpp
|
|
|
|
|
|
embind test code.
|
|
this to wire type, since instanceof was profiled to be slow. Instead, the correct instanceof enforcement is done in the upcastPointer function.
|
|
classes happen to have member functions with the same name and signature - a reason why the 'instanceof' check exists in embind.js.
|
|
|
|
|
|
|
|
|
|
|
|
has code units that do not fit in 8 bits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
With an updated libcxx, we no longer have libcxxabi in the
include path, so we can't have the demangling code in the
build.
|
|
|
|
functions based on function argument count.
|
|
This involved reworking how value_struct and value_tuple are registered.
|
|
|
|
|
|
|
|
must have different number of arguments each.
|
|
|