Home
last modified time | relevance | path

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

/external/webkit/WebCore/bridge/jni/
Djni_utility.cpp484 JSObject* objectImp = asObject(value); in convertValueToJValue() local
485 if (objectImp->classInfo() == &RuntimeObjectImp::s_info) { in convertValueToJValue()
486 RuntimeObjectImp* imp = static_cast<RuntimeObjectImp*>(objectImp); in convertValueToJValue()
491 else if (objectImp->classInfo() == &RuntimeArray::s_info) { in convertValueToJValue()
493 RuntimeArray* imp = static_cast<RuntimeArray*>(objectImp); in convertValueToJValue()
497 else if (objectImp->classInfo() == &JSArray::info) { in convertValueToJValue()