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

Function set

system/include/emscripten/val.h:489–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487
488 template<typename K, typename V, typename... Policies>
489 void set(const K& key, const V& value, Policies... policies) {
490 internal::_emval_set_property(as_handle(), val_ref(key).as_handle(), val_ref(value, policies...).as_handle());
491 }
492
493 template<typename T>
494 bool delete_(const T& property) const {

Callers 1

setMethod · 0.50

Calls 2

as_handleFunction · 0.85
val_refFunction · 0.85

Tested by

no test coverage detected