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

Function Value

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

Disallow copying and assigning.

Source from the content-addressed store, hash-verified

538
539 // Disallow copying and assigning.
540 Value(const Value&) = delete;
541 void operator=(const Value&) = delete;
542
543 private:

Callers 1

v8-primitive.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected