Searched refs:constructorRef (Results 1 – 2 of 2) sorted by relevance
57 JSObjectRef constructorRef = toRef(constructor); in constructJSCallback() local70 result = callback(ctx, constructorRef, argumentCount, arguments.data(), &exception); in constructJSCallback()
290 JSObjectRef constructorRef = toRef(constructor); in construct() local302 …result = toJS(callAsConstructor(execRef, constructorRef, argumentCount, arguments.data(), &excepti… in construct()