MCPcopy Create free account
hub / github.com/esengine/esengine / __wrap

Method __wrap

packages/rapier2d/pkg/rapier_wasm2d.js:2480–2486  ·  view source on GitHub ↗
(ptr)

Source from the content-addressed store, hash-verified

2478export class RawIntegrationParameters {
2479
2480 static __wrap(ptr) {
2481 ptr = ptr >>> 0;
2482 const obj = Object.create(RawIntegrationParameters.prototype);
2483 obj.__wbg_ptr = ptr;
2484 RawIntegrationParametersFinalization.register(obj, obj.__wbg_ptr, obj);
2485 return obj;
2486 }
2487
2488 __destroy_into_raw() {
2489 const ptr = this.__wbg_ptr;

Callers

nothing calls this directly

Calls 2

registerMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected