| 96 | for (size_t i = 0; i < argumentCount; i++) { |
| 97 | outArguments.emplace_back(Valdi::JSValueRef::makeUnretained( |
| 98 | jsContext, toValdiJSValue(JSCoreRef(arguments[i], JSValueGetType(ctx, arguments[i]))))); |
| 99 | } |
| 100 | |
| 101 | JSValueRef jsException = nullptr; |
| 102 | auto prototypeValue = JSObjectGetProperty( |
| 103 | ctx, constructorObject, fromValdiJSPropertyName(jsContext.getPrototypePropertyName()), &jsException); |
no outgoing calls
no test coverage detected