Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ delete_
Function
delete_
system/include/emscripten/val.h:494–496 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
492
493
template<typename T>
494
bool delete_(const T& property) const {
495
return internal::_emval_delete(as_handle(), val_ref(property).as_handle());
496
}
497
498
template<typename... Args>
499
val new_(Args&&... args) const {
Callers
nothing calls this directly
Calls
2
as_handle
Function · 0.85
val_ref
Function · 0.85
Tested by
no test coverage detected