Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptGlue/
DJSUtils.cpp41 struct ObjectImpList { struct
43 ObjectImpList* next; argument
47 static CFTypeRef KJSValueToCFTypeInternal(JSValue inValue, ExecState *exec, ObjectImpList* inImps); argument
200 CFTypeRef KJSValueToCFTypeInternal(JSValue inValue, ExecState *exec, ObjectImpList* inImps) in KJSValueToCFTypeInternal()
256 ObjectImpList* temp = inImps; in KJSValueToCFTypeInternal()
264 ObjectImpList imps; in KJSValueToCFTypeInternal()