MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / uses_ref_count

Function uses_ref_count

system/include/emscripten/val.h:578–580  ·  view source on GitHub ↗

Whether this value is a uses incref/decref (true) or is a special reserved value (false).

Source from the content-addressed store, hash-verified

576 // Whether this value is a uses incref/decref (true) or is a special reserved
577 // value (false).
578 bool uses_ref_count() const {
579 return handle > reinterpret_cast<EM_VAL>(internal::_EMVAL_LAST_RESERVED_HANDLE);
580 }
581
582 template<typename WrapperType>
583 friend val internal::wrapped_extend(const std::string& , const val& );

Callers 2

valFunction · 0.85
~valFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected