Searched refs:getThreadGlobalExecState (Results 1 – 6 of 6) sorted by relevance
46 …getThreadGlobalExecState()->globalData(), new (&getThreadGlobalExecState()->globalData()) JSGlueGl… in JSRun()
37 : 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()
160 … result = jsString(getThreadGlobalExecState(), CFStringToUString((CFStringRef)cfType)); in JSObjectKJSValue()186 ExecState* exec = getThreadGlobalExecState(); in JSObjectKJSValue()424 ExecState* getThreadGlobalExecState() in getThreadGlobalExecState() function
66 ExecState* getThreadGlobalExecState();
1751 getThreadGlobalExecState. Also now passes in a structure ID when creating1753 (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 needed2354 (getThreadGlobalExecState): Ditto.[all …]
342 Heap* heap = getThreadGlobalExecState()->heap(); in JSCollect()