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

Method IsEmpty

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

* Returns true if the handle is empty. */

Source from the content-addressed store, hash-verified

169 * Returns true if the handle is empty.
170 */
171 V8_INLINE bool IsEmpty() const { return val_ == nullptr; }
172
173 /**
174 * Sets the handle to be empty. IsEmpty() will then return true.

Callers 1

CastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected