Home
last modified time | relevance | path

Searched refs:JSValueUnprotect (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptoriginalglobalobject_p.h127 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()
Dqscriptsyntaxcheckresult.cpp122 JSValueUnprotect(*m_engine, m_exception); in ~QScriptSyntaxCheckResultPrivate()
Dqscriptengine_p.h130 JSValueUnprotect(m_context, m_exception); in clearExceptions()
141 JSValueUnprotect(m_context, m_exception); in setException()
Dqscriptengine_p.cpp47 JSValueUnprotect(m_context, m_exception); in ~QScriptEnginePrivate()
Dqscriptvalue_p.h212 JSValueUnprotect(*m_engine, u.m_value); in ~QScriptValuePrivate()
/external/webkit/Source/JavaScriptCore/API/
DJSValueRef.h295 JS_EXPORT void JSValueUnprotect(JSContextRef ctx, JSValueRef value);
DJSValueRef.cpp327 void JSValueUnprotect(JSContextRef ctx, JSValueRef value) in JSValueUnprotect() function
/external/webkit/Source/WebKit2/win/
DWebKit2CFLite.def99 JSValueUnprotect
DWebKit2.def106 JSValueUnprotect
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def109 JSValueUnprotect
DWebKit_Cairo.def109 JSValueUnprotect
/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityControllerWin.cpp59 JSValueUnprotect(frame->globalContext(), it->second); in ~AccessibilityController()
/external/webkit/Tools/DumpRenderTree/mac/
DAccessibilityUIElementMac.mm122 JSValueUnprotect([mainFrame globalContext], m_notificationFunctionCallback);
146 JSValueUnprotect([mainFrame globalContext], m_notificationFunctionCallback);
/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c1157 JSValueUnprotect(context, jsGlobalValue); in main()
1158 JSValueUnprotect(context, jsNumberValue); in main()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-165889 (JSValueUnprotect):
5990 (JSValueUnprotect):
6087 (JSValueUnprotect):
14397 (JSValueUnprotect):
26683 <rdar://problem/6290576> Safari crashes at JSValueUnprotect() when fontpicker view close
31354 (JSValueUnprotect): Ditto.
39329 (JSValueUnprotect):
DChangeLog-2010-05-2411869 (JSValueUnprotect):
14732 JSValueProtect and JSValueUnprotect don't protect API wrapper values
14742 (JSValueUnprotect):
DChangeLog-2008-08-10388 (JSValueUnprotect):
1823 (JSValueUnprotect):
2759 (JSValueUnprotect):
DChangeLog-2007-10-148572 (JSValueUnprotect):
8980 (JSValueUnprotect):
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1016948 if statement before calling JSValueUnprotect. We don't always have