Searched refs:objectImp (Results 1 – 1 of 1) sorted by relevance
484 JSObject* objectImp = asObject(value); in convertValueToJValue() local485 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()