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

Method isValueNull

valdi/src/valdi/quickjs/QuickJSJavaScriptContext.cpp:973–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971 static_cast<int>(callContext.getParameterSize()),
972 argv));
973}
974
975Valdi::JSValueRef QuickJSJavaScriptContext::callObjectAsConstructor(const Valdi::JSValue& object,
976 Valdi::JSFunctionCallContext& callContext) {
977 auto guard = _threadAccessChecker.guard();
978 JSValue argv[callContext.getParameterSize()];
979 for (size_t i = 0; i < callContext.getParameterSize(); i++) {

Callers

nothing calls this directly

Calls 3

JS_IsNullFunction · 0.85
guardMethod · 0.80
fromValdiJSValueFunction · 0.70

Tested by

no test coverage detected