Home
last modified time | relevance | path

Searched refs:JSValueProtect (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptoriginalglobalobject_p.h88 JSValueProtect(m_context, m_hasOwnPropertyFunction); in QScriptOriginalGlobalObject()
99 JSValueProtect(m_context, m_getOwnPropertyNamesFunction); in QScriptOriginalGlobalObject()
114 JSValueProtect(m_context, constructor); in initializeMember()
121 JSValueProtect(m_context, prototype); in initializeMember()
Dqscriptvalue_p.h263 JSValueProtect(*m_engine, u.m_value); in QScriptValuePrivate()
272 JSValueProtect(*m_engine, u.m_value); in QScriptValuePrivate()
281 JSValueProtect(*m_engine, u.m_value); in QScriptValuePrivate()
290 JSValueProtect(*m_engine, u.m_value); in QScriptValuePrivate()
299 JSValueProtect(*m_engine, u.m_value); in QScriptValuePrivate()
308 JSValueProtect(*m_engine, u.m_value); in QScriptValuePrivate()
318 JSValueProtect(*m_engine, u.m_value); in QScriptValuePrivate()
328 JSValueProtect(*m_engine, object); in QScriptValuePrivate()
878 JSValueProtect(*m_engine, value); in assignEngine()
Dqscriptengine_p.cpp60 JSValueProtect(m_context, exception); in checkSyntax()
Dqscriptengine_p.h142 JSValueProtect(m_context, exception); in setException()
/external/webkit/Source/JavaScriptCore/API/
DJSValueRef.h285 JS_EXPORT void JSValueProtect(JSContextRef ctx, JSValueRef value);
DJSValueRef.cpp318 void JSValueProtect(JSContextRef ctx, JSValueRef value) in JSValueProtect() function
/external/webkit/Source/WebKit2/win/
DWebKit2CFLite.def94 JSValueProtect
DWebKit2.def101 JSValueProtect
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def104 JSValueProtect
DWebKit_Cairo.def104 JSValueProtect
/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityControllerWin.cpp297 JSValueProtect(frame->globalContext(), functionCallback); in addNotificationListener()
/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c766 JSValueProtect(context, v); in makeGlobalNumberValue()
1154 JSValueProtect(context, jsGlobalValue); in main()
/external/webkit/Tools/DumpRenderTree/mac/
DAccessibilityUIElementMac.mm149 JSValueProtect([mainFrame globalContext], m_notificationFunctionCallback);
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-165888 (JSValueProtect):
5989 (JSValueProtect):
6086 (JSValueProtect):
14396 (JSValueProtect):
31353 (JSValueProtect): Ditto.
39328 (JSValueProtect):
DChangeLog-2010-05-2411868 (JSValueProtect):
14732 JSValueProtect and JSValueUnprotect don't protect API wrapper values
14735 Make JSValueProtect/Unprotect use a new 'toJS' function, 'toJSForGC' that
14741 (JSValueProtect):
DChangeLog-2008-08-10387 (JSValueProtect):
1822 (JSValueProtect):
2758 (JSValueProtect):
DChangeLog-2007-10-148571 (JSValueProtect):