Home
last modified time | relevance | path

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

/external/webkit/JavaScriptGlue/
DJSUtils.cpp47 static JSGlueGlobalObject* getThreadGlobalObject();
186 result = new (exec) UserObjectImp(getThreadGlobalObject()->userObjectStructure(), ptr); in JSObjectKJSValue()
406 static JSGlueGlobalObject* getThreadGlobalObject() in getThreadGlobalObject() function
420 ExecState* exec = getThreadGlobalObject()->globalExec(); in getThreadGlobalExecState()
DChangeLog234 (getThreadGlobalObject): Use the shared JSGlobalData instance.
366 (getThreadGlobalObject):
484 (getThreadGlobalObject): Added. Shared by JSObjectKJSValue and
487 (getThreadGlobalExecState): Changed to call getThreadGlobalObject.