Searched defs:objectMap (Results 1 – 6 of 6) sorted by relevance
163 static HashMap<GtkClipboard*, RefPtr<DataObjectGtk> > objectMap; in forClipboard() local
45 NPJSObject* NPJSObject::create(JSGlobalData& globalData, NPRuntimeObjectMap* objectMap, JSObject* j… in create()71 void NPJSObject::initialize(JSGlobalData& globalData, NPRuntimeObjectMap* objectMap, JSObject* jsOb… in initialize()
52 JSNPObject::JSNPObject(JSGlobalObject* globalObject, NPRuntimeObjectMap* objectMap, NPObject* npObj… in JSNPObject()
101 static ObjectMap& objectMap() in objectMap() function
91 var objectMap = new WeakMap; variable
157 public static Map objectMap = new HashMap(); field in ArrayAccessReplaceTest.Echo