Searched refs:npArgs (Results 1 – 1 of 1) sorted by relevance
/external/webkit/WebCore/bindings/v8/ |
D | V8NPObject.cpp | 88 OwnArrayPtr<NPVariant> npArgs(new NPVariant[numArgs]); in npObjectInvokeImpl() local 91 convertV8ObjectToNPVariant(args[i], npObject, &npArgs[i]); in npObjectInvokeImpl() 101 npObject->_class->invoke(npObject, identifier, npArgs.get(), numArgs, &result); in npObjectInvokeImpl() 106 npObject->_class->construct(npObject, npArgs.get(), numArgs, &result); in npObjectInvokeImpl() 110 npObject->_class->invokeDefault(npObject, npArgs.get(), numArgs, &result); in npObjectInvokeImpl() 117 _NPN_ReleaseVariantValue(&npArgs[i]); in npObjectInvokeImpl()
|