HomeSort by relevance Sort by last modified time
    Searched refs:JSValueProtect (Results 1 - 9 of 9) sorted by null

  /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/JavaScriptCore/API/
JSValueRef.h 285 JS_EXPORT void JSValueProtect(JSContextRef ctx, JSValueRef value);
JSValueRef.cpp 318 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...]

Completed in 227 milliseconds