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

Method isValueUndefined

valdi/src/valdi/quickjs/QuickJSJavaScriptContext.cpp:968–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966 argv));
967}
968
969Valdi::JSValueRef QuickJSJavaScriptContext::callObjectAsConstructor(const Valdi::JSValue& object,
970 Valdi::JSFunctionCallContext& callContext) {
971 auto guard = _threadAccessChecker.guard();
972 JSValue argv[callContext.getParameterSize()];
973 for (size_t i = 0; i < callContext.getParameterSize(); i++) {
974 argv[i] = fromValdiJSValue(callContext.getParameter(i));

Callers

nothing calls this directly

Calls 3

JS_IsUndefinedFunction · 0.85
guardMethod · 0.80
fromValdiJSValueFunction · 0.70

Tested by

no test coverage detected