MCPcopy Create free account
hub / github.com/Snapchat/Valdi / newNull

Method newNull

valdi/src/valdi/runtime/Interfaces/IJavaScriptContext.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102JSValueRef IJavaScriptContext::newNull() {
103 return _nullValue.asUnretained();
104}
105
106JSValueRef IJavaScriptContext::newUndefined() {
107 return _undefinedValue.asUnretained();

Callers

nothing calls this directly

Calls 1

asUnretainedMethod · 0.80

Tested by

no test coverage detected