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

Method isValueObject

valdi/src/valdi/quickjs/QuickJSJavaScriptContext.cpp:1001–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 auto propertyAtom = properties[i].atom;
1000
1001 bool shouldContinue =
1002 visitor.visitPropertyName(*this, object, toValdiJSPropertyName(propertyAtom), exceptionTracker);
1003 if (!exceptionTracker || !shouldContinue) {
1004 JS_FreePropertyEnum(_context, properties, len);
1005 return;
1006 }
1007 }
1008

Callers

nothing calls this directly

Calls 3

JS_IsObjectFunction · 0.85
guardMethod · 0.80
fromValdiJSValueFunction · 0.70

Tested by

no test coverage detected