MCPcopy Create free account
hub / github.com/NativeScript/android / SetData

Method SetData

test-app/runtime/src/main/cpp/include/v8-isolate.h:1685–1688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683};
1684
1685void Isolate::SetData(uint32_t slot, void* data) {
1686 using I = internal::Internals;
1687 I::SetEmbedderData(this, slot, data);
1688}
1689
1690void* Isolate::GetData(uint32_t slot) {
1691 using I = internal::Internals;

Callers 1

PrepareV8RuntimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected