Home
last modified time | relevance | path

Searched refs:JSObjectGetProperty (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptoriginalglobalobject_p.h87 …m_hasOwnPropertyFunction = const_cast<JSObjectRef>(JSObjectGetProperty(m_context, globalObject, pr… in QScriptOriginalGlobalObject()
95 …= const_cast<JSObjectRef>(JSObjectGetProperty(m_context, globalObject, propertyName.get(), &except… in QScriptOriginalGlobalObject()
98 …= const_cast<JSObjectRef>(JSObjectGetProperty(m_context, objectConstructor, propertyName.get(), &e… in QScriptOriginalGlobalObject()
111 …JSValueRef typeConstructor = JSObjectGetProperty(m_context, globalObject, typeName.get(), &excepti… in initializeMember()
119 prototype = JSObjectGetProperty(m_context, constructor, prototypeName, &exception); in initializeMember()
166 …int count = JSValueToNumber(m_context, JSObjectGetProperty(m_context, propertyNames, lengthName, &… in objectGetOwnPropertyNames()
Dqscriptengine_p.h153 …JSValueRef lineNumber = JSObjectGetProperty(m_context, const_cast<JSObjectRef>(m_exception), lineN… in uncaughtExceptionLineNumber()
166 …JSValueRef jsFileName = JSObjectGetProperty(m_context, const_cast<JSObjectRef>(m_exception), fileN… in uncaughtExceptionBacktrace()
167 …JSValueRef jsLineNumber = JSObjectGetProperty(m_context, const_cast<JSObjectRef>(m_exception), lin… in uncaughtExceptionBacktrace()
Dqscriptsyntaxcheckresult.cpp142 JSValueRef line = JSObjectGetProperty(*m_engine, in errorLineNumber()
Dqscriptvalue_p.h913 return JSObjectGetProperty(*m_engine, *this, property, exception); in property()
1080 …JSValueRef objectConstructor = JSObjectGetProperty(*m_engine, globalObject, objectName, &exception… in propertyFlags()
1082 …JSValueRef propertyDescriptorGetter = JSObjectGetProperty(*m_engine, const_cast<JSObjectRef>(objec… in propertyFlags()
1113 …bool readOnly = !JSValueToBoolean(*m_engine, JSObjectGetProperty(*m_engine, propertyDescriptor, wr… in propertyFlags()
1116 …bool undeletable = !JSValueToBoolean(*m_engine, JSObjectGetProperty(*m_engine, propertyDescriptor,… in propertyFlags()
1119 …bool skipInEnum = !JSValueToBoolean(*m_engine, JSObjectGetProperty(*m_engine, propertyDescriptor, … in propertyFlags()
/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c285 …JSObjectRef numberConstructor = JSValueToObject(context, JSObjectGetProperty(context, JSContextGet… in MyObject_hasInstance()
364 JSValueRef hasInstance = JSObjectGetProperty(context, constructor, hasInstanceName, exception); in EvilExceptionObject_hasInstance()
390 JSValueRef func = JSObjectGetProperty(context, object, funcName, exception); in EvilExceptionObject_convertToType()
692 …JSObjectRef arrayConstructor = JSValueToObject(context, JSObjectGetProperty(context, globalObject,… in globalObject_initialize()
967 if (JSObjectGetProperty(context, myObject, privatePropertyName, 0) == aHeapRef) { in main()
979 if (JSValueToNumber(context, JSObjectGetProperty(context, aHeapRef, lengthStr, 0), 0) != 10) { in main()
1006 …assertEqualsAsBoolean(JSObjectGetProperty(context, JSValueToObject(context, jsonObject, 0), proper… in main()
1180 …JSObjectRef arrayConstructor = JSValueToObject(context, JSObjectGetProperty(context, globalObject,… in main()
1208 v = JSObjectGetProperty(context, JSValueToObject(context, exception, NULL), line, NULL); in main()
1291 v = JSObjectGetProperty(context, o, string, NULL); in main()
[all …]
/external/webkit/Source/WebKit2/win/
DWebKit2.def48 JSObjectGetProperty
DWebKit2CFLite.def41 JSObjectGetProperty
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def51 JSObjectGetProperty
DWebKit_Cairo.def51 JSObjectGetProperty
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DEventSendingController.cpp61 JSValueRef lengthValue = JSObjectGetProperty(context, array, lengthString.get(), 0); in arrayLength()
DLayoutTestController.cpp59 return JSObjectGetProperty(context, object, propertyNameString.get(), &exception); in propertyValue()
263 … JSValueRef lengthValue = JSObjectGetProperty(context, optionsArray, lengthPropertyName.get(), 0); in findString()
DInjectedBundlePage.cpp56 return JSObjectGetProperty(context, object, propertyNameString.get(), 0); in propertyValue()
467 … JSValueRef documentValue = JSObjectGetProperty(context, globalObject, toJS("document").get(), 0); in hasDocumentElement()
474 …JSValueRef documentElementValue = JSObjectGetProperty(context, document, toJS("documentElement").g… in hasDocumentElement()
/external/webkit/Source/JavaScriptCore/API/
DJSObjectRef.h531 JS_EXPORT JSValueRef JSObjectGetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef property…
DJSObjectRef.cpp251 JSValueRef JSObjectGetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSVa… in JSObjectGetProperty() function
/external/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp154 …int modifiersCount = JSValueToNumber(context, JSObjectGetProperty(context, modifiersArray, JSStrin… in buildModifierFlags()
499 …int modifiersCount = JSValueToNumber(context, JSObjectGetProperty(context, modifiersArray, lengthP… in keyDownCallback()
/external/webkit/Tools/DumpRenderTree/gtk/
DEventSender.cpp299 …int modifiersCount = JSValueToNumber(context, JSObjectGetProperty(context, modifiersArray, JSStrin… in gdkModifersFromJSValue()
487 …int filesArrayLength = JSValueToNumber(context, JSObjectGetProperty(context, filesArray, lengthPro… in beginDragWithFilesCallback()
DLayoutTestControllerGtk.cpp574 … JSValueRef lengthValue = JSObjectGetProperty(context, optionsArray, lengthPropertyName.get(), 0); in findString()
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm674 … JSValueRef lengthValue = JSObjectGetProperty(context, optionsArray, lengthPropertyName.get(), 0);
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-148538 (JSObjectGetProperty):
8669 (JSObjectGetProperty):
9277 (JSObjectGetProperty):
9338 (JSObjectGetProperty):
9394 - Make JSObjectGetProperty return a JSValue or NULL, like JSEvaluate does.
9397 (JSObjectGetProperty):
9495 - Made the return value parameter to JSObjectGetProperty optional to match
9538 (JSObjectGetProperty):
9631 (JSObjectGetProperty):
10301 (JSObjectGetProperty):
DChangeLog-2009-06-165860 (JSObjectGetProperty):
5961 (JSObjectGetProperty):
6066 (JSObjectGetProperty):
14376 (JSObjectGetProperty):
29607 (JSObjectGetProperty):
29849 (JSObjectGetProperty):
31336 (JSObjectGetProperty): Ditto.
39310 (JSObjectGetProperty):
DChangeLog-2008-08-10367 (JSObjectGetProperty):
1805 (JSObjectGetProperty):
5636 (JSObjectGetProperty):
DChangeLog-2010-05-2411837 (JSObjectGetProperty):