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

Method isValueNumber

valdi/src/valdi/quickjs/QuickJSJavaScriptContext.cpp:983–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981 }
982
983 return checkCallAndGetValue(
984 callContext.getExceptionTracker(),
985 JS_CallConstructor(_context, fromValdiJSValue(object), static_cast<int>(callContext.getParameterSize()), argv));
986}
987
988void QuickJSJavaScriptContext::visitObjectPropertyNames(const Valdi::JSValue& object,
989 Valdi::JSExceptionTracker& exceptionTracker,

Callers

nothing calls this directly

Calls 3

JS_IsNumberFunction · 0.85
guardMethod · 0.80
fromValdiJSValueFunction · 0.70

Tested by

no test coverage detected