MCPcopy Create free account
hub / github.com/JavascriptNet/Javascript.Net / ConvertedObjects

Class ConvertedObjects

Source/Noesis.Javascript/JavascriptInterop.h:57–68  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////////////////////// Remembers which objects have been just converted, to avoid stack overflows when we are converting self-referential objects. Uses V8 Map for lookups (exact object identity) but tracks gcroot pointers in a C++ vector for cleanup. This avoids V8 operations in the destructor that can interfere with pending

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected