Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptGlue/
DJSRun.cpp46getThreadGlobalExecState()->globalData(), new (&getThreadGlobalExecState()->globalData()) JSGlueGl… in JSRun()
DJSValueWrapper.cpp37 : fValue(getThreadGlobalExecState()->globalData(), inValue) in JSValueWrapper()
76 ExecState* exec = getThreadGlobalExecState(); in JSObjectCopyPropertyNames()
111 ExecState* exec = getThreadGlobalExecState(); in JSObjectCopyProperty()
134 ExecState* exec = getThreadGlobalExecState(); in JSObjectSetProperty()
150 ExecState* exec = getThreadGlobalExecState(); in JSObjectCallFunction()
190 result = KJSValueToCFType(ptr->GetValue(), getThreadGlobalExecState()); in JSObjectCopyCFValue()
DJSUtils.cpp160 … result = jsString(getThreadGlobalExecState(), CFStringToUString((CFStringRef)cfType)); in JSObjectKJSValue()
186 ExecState* exec = getThreadGlobalExecState(); in JSObjectKJSValue()
424 ExecState* getThreadGlobalExecState() in getThreadGlobalExecState() function
DJSUtils.h66 ExecState* getThreadGlobalExecState();
DChangeLog1751 getThreadGlobalExecState. Also now passes in a structure ID when creating
1753 (getThreadGlobalExecState): Changed to call getThreadGlobalObject.
1776 (getThreadGlobalExecState):
2032 (getThreadGlobalExecState):
2085 (getThreadGlobalExecState):
2184 * JSUtils.h: Made getThreadGlobalExecState available throughout JSGlue.
2190 (getThreadGlobalExecState):
2317 (getThreadGlobalExecState):
2347 Moved getThreadGlobalExecState() to JSUtils and made it extern, as ExecState is now needed
2354 (getThreadGlobalExecState): Ditto.
[all …]
DJavaScriptGlue.cpp342 Heap* heap = getThreadGlobalExecState()->heap(); in JSCollect()