/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptoriginalglobalobject_p.h | 88 JSValueProtect(m_context, m_hasOwnPropertyFunction); 99 JSValueProtect(m_context, m_getOwnPropertyNamesFunction); 114 JSValueProtect(m_context, constructor); 121 JSValueProtect(m_context, prototype);
|
qscriptvalue_p.h | 263 JSValueProtect(*m_engine, u.m_value); 272 JSValueProtect(*m_engine, u.m_value); 281 JSValueProtect(*m_engine, u.m_value); 290 JSValueProtect(*m_engine, u.m_value); 299 JSValueProtect(*m_engine, u.m_value); 308 JSValueProtect(*m_engine, u.m_value); 318 JSValueProtect(*m_engine, u.m_value); 328 JSValueProtect(*m_engine, object); 878 JSValueProtect(*m_engine, value); [all...] |
qscriptengine_p.cpp | 60 JSValueProtect(m_context, exception);
|
qscriptengine_p.h | 142 JSValueProtect(m_context, exception);
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
WebKit_Cairo.def | 104 JSValueProtect
|
WebKit_Cairo_debug.def | 104 JSValueProtect
|
/external/webkit/Source/WebKit2/win/ |
WebKit2.def | 101 JSValueProtect
|
WebKit2CFLite.def | 94 JSValueProtect
|
/external/webkit/Source/JavaScriptCore/API/ |
JSObjectRefPrivate.h | 43 @discussion This API allows you to store JS values directly an object in a way that will be ensure that they are kept alive without exposing them to JavaScript code and without introducing the reference cycles that may occur when using JSValueProtect.
|
JSWeakObjectMapRefPrivate.h | 55 remain live as JSValueProtect would.
|
JSBase.h | 124 protected by JSValueProtect, set as the global object of an execution context,
|
JSValueRef.cpp | 318 void JSValueProtect(JSContextRef ctx, JSValueRef value)
|
JSValueRef.h | 285 JS_EXPORT void JSValueProtect(JSContextRef ctx, JSValueRef value);
|
/external/webkit/Tools/DumpRenderTree/win/ |
AccessibilityControllerWin.cpp | 297 JSValueProtect(frame->globalContext(), functionCallback);
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
testapi.c | 137 static JSValueRef jsGlobalValue; // non-stack value for testing JSValueProtect() 766 JSValueProtect(context, v); [all...] |
/external/webkit/Tools/DumpRenderTree/mac/ |
AccessibilityUIElementMac.mm | 149 JSValueProtect([mainFrame globalContext], m_notificationFunctionCallback); [all...] |
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2008-08-10 | 387 (JSValueProtect): [all...] |
ChangeLog-2009-06-16 | [all...] |
ChangeLog-2007-10-14 | [all...] |