Searched refs:JSValueUnprotect (Results 1 – 19 of 19) sorted by relevance
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptoriginalglobalobject_p.h | 127 JSValueUnprotect(m_context, m_arrayConstructor); in ~QScriptOriginalGlobalObject() 128 JSValueUnprotect(m_context, m_arrayPrototype); in ~QScriptOriginalGlobalObject() 129 JSValueUnprotect(m_context, m_errorConstructor); in ~QScriptOriginalGlobalObject() 130 JSValueUnprotect(m_context, m_errorPrototype); in ~QScriptOriginalGlobalObject() 131 JSValueUnprotect(m_context, m_functionConstructor); in ~QScriptOriginalGlobalObject() 132 JSValueUnprotect(m_context, m_functionPrototype); in ~QScriptOriginalGlobalObject() 133 JSValueUnprotect(m_context, m_dateConstructor); in ~QScriptOriginalGlobalObject() 134 JSValueUnprotect(m_context, m_datePrototype); in ~QScriptOriginalGlobalObject() 135 JSValueUnprotect(m_context, m_hasOwnPropertyFunction); in ~QScriptOriginalGlobalObject() 136 JSValueUnprotect(m_context, m_getOwnPropertyNamesFunction); in ~QScriptOriginalGlobalObject()
|
D | qscriptsyntaxcheckresult.cpp | 122 JSValueUnprotect(*m_engine, m_exception); in ~QScriptSyntaxCheckResultPrivate()
|
D | qscriptengine_p.h | 130 JSValueUnprotect(m_context, m_exception); in clearExceptions() 141 JSValueUnprotect(m_context, m_exception); in setException()
|
D | qscriptengine_p.cpp | 47 JSValueUnprotect(m_context, m_exception); in ~QScriptEnginePrivate()
|
D | qscriptvalue_p.h | 212 JSValueUnprotect(*m_engine, u.m_value); in ~QScriptValuePrivate()
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSValueRef.h | 295 JS_EXPORT void JSValueUnprotect(JSContextRef ctx, JSValueRef value);
|
D | JSValueRef.cpp | 327 void JSValueUnprotect(JSContextRef ctx, JSValueRef value) in JSValueUnprotect() function
|
/external/webkit/Source/WebKit2/win/ |
D | WebKit2CFLite.def | 99 JSValueUnprotect
|
D | WebKit2.def | 106 JSValueUnprotect
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
D | WebKit_Cairo_debug.def | 109 JSValueUnprotect
|
D | WebKit_Cairo.def | 109 JSValueUnprotect
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | AccessibilityControllerWin.cpp | 59 JSValueUnprotect(frame->globalContext(), it->second); in ~AccessibilityController()
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | AccessibilityUIElementMac.mm | 122 JSValueUnprotect([mainFrame globalContext], m_notificationFunctionCallback); 146 JSValueUnprotect([mainFrame globalContext], m_notificationFunctionCallback);
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
D | testapi.c | 1157 JSValueUnprotect(context, jsGlobalValue); in main() 1158 JSValueUnprotect(context, jsNumberValue); in main()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 5889 (JSValueUnprotect): 5990 (JSValueUnprotect): 6087 (JSValueUnprotect): 14397 (JSValueUnprotect): 26683 <rdar://problem/6290576> Safari crashes at JSValueUnprotect() when fontpicker view close 31354 (JSValueUnprotect): Ditto. 39329 (JSValueUnprotect):
|
D | ChangeLog-2010-05-24 | 11869 (JSValueUnprotect): 14732 JSValueProtect and JSValueUnprotect don't protect API wrapper values 14742 (JSValueUnprotect):
|
D | ChangeLog-2008-08-10 | 388 (JSValueUnprotect): 1823 (JSValueUnprotect): 2759 (JSValueUnprotect):
|
D | ChangeLog-2007-10-14 | 8572 (JSValueUnprotect): 8980 (JSValueUnprotect):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 16948 if statement before calling JSValueUnprotect. We don't always have
|