MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / GetObjectInstance

Method GetObjectInstance

src/NodeRTLib/ProjectFiles/OpaqueWrapper.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31class OpaqueWrapper : public WrapperBase {
32 public:
33 virtual ::Platform::Object ^ GetObjectInstance() const override {
34 return _instance;
35 }
36
37 static bool IsOpaqueWrapper(v8::Handle<v8::Value> value) {
38 if (value.IsEmpty() || !value->IsObject()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected