HomeSort by relevance Sort by last modified time
    Searched refs:getThreadGlobalExecState (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptGlue/
JSRun.cpp 46 fGlobalObject(getThreadGlobalExecState()->globalData(), new (&getThreadGlobalExecState()->globalData()) JSGlueGlobalObject(getThreadGlobalExecState()->globalData(), JSGlueGlobalObject::createStructure(getThreadGlobalExecState()->globalData(), jsNull()), inFlags)),
JSValueWrapper.cpp 37 : fValue(getThreadGlobalExecState()->globalData(), inValue)
76 ExecState* exec = getThreadGlobalExecState();
111 ExecState* exec = getThreadGlobalExecState();
134 ExecState* exec = getThreadGlobalExecState();
150 ExecState* exec = getThreadGlobalExecState();
190 result = KJSValueToCFType(ptr->GetValue(), getThreadGlobalExecState());
JSUtils.h 66 ExecState* getThreadGlobalExecState();
JSUtils.cpp 160 result = jsString(getThreadGlobalExecState(), CFStringToUString((CFStringRef)cfType));
186 ExecState* exec = getThreadGlobalExecState();
424 ExecState* getThreadGlobalExecState()
JavaScriptGlue.cpp 342 Heap* heap = getThreadGlobalExecState()->heap();

Completed in 118 milliseconds