Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ newUndefined
Method
newUndefined
valdi/src/valdi/runtime/Interfaces/IJavaScriptContext.cpp:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
JSValueRef IJavaScriptContext::newUndefined() {
107
return _undefinedValue.asUnretained();
108
}
109
110
JSValueRef IJavaScriptContext::newArrayWithValues(const JSValue* values,
111
size_t size,
Callers
15
TEST_P
Function · 0.80
operator()
Method · 0.80
doCall
Method · 0.80
operator()
Method · 0.80
getFromJSPromise
Method · 0.80
getParameter
Method · 0.80
throwError
Method · 0.80
valdiObjectToJSValue
Function · 0.80
typedObjectToJSValue
Function · 0.80
proxyObjectToJSValue
Function · 0.80
valueToJSValue
Function · 0.80
doCallComponentFunction
Method · 0.80
Calls
1
asUnretained
Method · 0.80
Tested by
1
TEST_P
Function · 0.64