Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ newCustomPtr
Method
newCustomPtr
test/embind/embind_test.cpp:1740–1743 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1738
}
1739
1740
static CustomSmartPtr<HeldBySmartPtr> newCustomPtr(int i,
1741
const std::string& s) {
1742
return CustomSmartPtr<HeldBySmartPtr>(new HeldBySmartPtr(i, s));
1743
}
1744
1745
int refcount = 1;
1746
int i;
Callers
1
embind.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected