Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ val_ref
Function
val_ref
system/include/emscripten/val.h:632–634 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
630
631
template<typename T, typename... Policies>
632
val val_ref(const T& v, Policies... policies) const {
633
return val(v, policies...);
634
}
635
636
const val& val_ref(const val& v) const {
637
return v;
Callers
3
operator[]
Function · 0.85
set
Function · 0.85
delete_
Function · 0.85
Calls
1
val
Function · 0.70
Tested by
no test coverage detected