Home | History | Annotate | Download | only in Netscape

Lines Matching refs:thisObj

366     JSNPObject* thisObj = static_cast<JSNPObject*>(asObject(slotBase));
368 if (!thisObj->m_npObject)
371 if (!thisObj->m_npObject->_class->getProperty)
380 NPRuntimeObjectMap::PluginProtector protector(thisObj->m_objectMap);
386 returnValue = thisObj->m_npObject->_class->getProperty(thisObj->m_npObject, npIdentifier, &result);
394 JSValue propertyValue = thisObj->m_objectMap->convertNPVariantToJSValue(exec, thisObj->globalObject(), result);
401 JSNPObject* thisObj = static_cast<JSNPObject*>(asObject(slotBase));
403 if (!thisObj->m_npObject)
407 return new (exec) JSNPMethod(exec, thisObj->globalObject(), methodName, npIdentifier);