MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / object

Method object

lib/component/agent/structs/string.js:24–26  ·  view source on GitHub ↗

Gets the encompassing object of the current string.

()

Source from the content-addressed store, hash-verified

22
23 /** Gets the encompassing object of the current string. */
24 get object() {
25 return new Il2Cpp.Object(this);
26 }
27
28 /** */
29 toString() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected