Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getObject
Method
getObject
test/webidl/test.h:220–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
class ObjectProvider : public IObjectProvider {
219
public:
220
ISmallObject* getObject() {
221
return &m_smallObject;
222
}
223
private:
224
SmallObject m_smallObject;
225
};
Callers
1
post.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected