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

Method Clear

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

* Sets the handle to be empty. IsEmpty() will then return true. */

Source from the content-addressed store, hash-verified

174 * Sets the handle to be empty. IsEmpty() will then return true.
175 */
176 V8_INLINE void Clear() { val_ = nullptr; }
177
178 V8_INLINE T* operator->() const { return val_; }
179

Callers 2

BasicMemberFunction · 0.45
member.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected