Home
last modified time | relevance | path

Searched refs:JSValueIsString (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DPreventEmptyUserAgent.cpp46 TEST_ASSERT(JSValueIsString(scriptContext, scriptValue)); in didRunJavaScript()
/external/webkit/Source/JavaScriptCore/API/
DJSValueRef.h111 JS_EXPORT bool JSValueIsString(JSContextRef ctx, JSValueRef value);
DJSValueRef.cpp106 bool JSValueIsString(JSContextRef ctx, JSValueRef value) in JSValueIsString() function
/external/webkit/Source/WebKit/gtk/tests/
Dtestkeyevents.c158 if (!JSValueIsString(context, value)) { in element_text_equal_to()
165 g_assert(JSValueIsString(context, value)); in element_text_equal_to()
Dtestcopyandpaste.c167 g_assert(JSValueIsString(context, value)); in runPasteTestCallback()
/external/webkit/Source/WebKit2/win/
DWebKit2.def94 JSValueIsString
DWebKit2CFLite.def87 JSValueIsString
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def97 JSValueIsString
DWebKit_Cairo.def97 JSValueIsString
/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c247 …if (argumentCount > 0 && JSValueIsString(context, arguments[0]) && JSStringIsEqualToUTF8CString(JS… in MyObject_callAsFunction()
263 …if (argumentCount > 0 && JSValueIsString(context, arguments[0]) && JSStringIsEqualToUTF8CString(JS… in MyObject_callAsConstructor()
279 …if (JSValueIsString(context, possibleValue) && JSStringIsEqualToUTF8CString(JSValueToStringCopy(co… in MyObject_hasInstance()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.cpp270 if (!JSValueIsString(context, value)) in findString()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp583 if (!JSValueIsString(context, value)) in findString()
DEventSender.cpp291 if (JSValueIsString(context, modifiers)) in gdkModifersFromJSValue()
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptvalue_p.h391 return JSValueIsString(*m_engine, *this); in isString()
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm683 if (!JSValueIsString(context, value))
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-165873 (JSValueIsString):
5974 (JSValueIsString):
6076 (JSValueIsString):
12541 (JSValueIsString):
14386 (JSValueIsString):
DChangeLog-2007-10-148556 (JSValueIsString):
10323 (JSValueIsString):
DChangeLog-2010-05-2411853 (JSValueIsString):