MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / MyImplementation

Function MyImplementation

test/embind/embind.test.js:2180–2182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2178 test("can implement abstract methods in JavaScript", function() {
2179 var expected = "my JS string";
2180 function MyImplementation() {
2181 this.rv = expected;
2182 }
2183 MyImplementation.prototype.abstractMethod = function() {
2184 return this.rv;
2185 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected