Home
last modified time | relevance | path

Searched refs:constructorRef (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/API/
DJSCallbackConstructor.cpp57 JSObjectRef constructorRef = toRef(constructor); in constructJSCallback() local
70 result = callback(ctx, constructorRef, argumentCount, arguments.data(), &exception); in constructJSCallback()
DJSCallbackObjectFunctions.h290 JSObjectRef constructorRef = toRef(constructor); in construct() local
302 …result = toJS(callAsConstructor(execRef, constructorRef, argumentCount, arguments.data(), &excepti… in construct()