Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/js/
DJSQuarantinedObjectWrapper.cpp62 , m_unwrappedObject(unwrappedObject) in JSQuarantinedObjectWrapper()
99 markStack.append(m_unwrappedObject); in markChildren()
110 PropertySlot unwrappedSlot(m_unwrappedObject); in getOwnPropertySlot()
111 …bool result = m_unwrappedObject->getOwnPropertySlot(unwrappedExecState(), identifier, unwrappedSlo… in getOwnPropertySlot()
129 PropertySlot unwrappedSlot(m_unwrappedObject); in getOwnPropertySlot()
130 …bool result = m_unwrappedObject->getOwnPropertySlot(unwrappedExecState(), identifier, unwrappedSlo… in getOwnPropertySlot()
146m_unwrappedObject->put(unwrappedExecState(), identifier, prepareIncomingValue(exec, value), slot); in put()
156 m_unwrappedObject->put(unwrappedExecState(), identifier, prepareIncomingValue(exec, value)); in put()
166 bool result = m_unwrappedObject->deleteProperty(unwrappedExecState(), identifier); in deleteProperty()
178 bool result = m_unwrappedObject->deleteProperty(unwrappedExecState(), identifier); in deleteProperty()
[all …]
DJSQuarantinedObjectWrapper.h39 virtual JSC::JSObject* unwrappedObject() { return m_unwrappedObject; } in unwrappedObject()
75 virtual JSC::UString className() const { return m_unwrappedObject->className(); } in className()
96 JSC::JSObject* m_unwrappedObject; variable