Home
last modified time | relevance | path

Searched refs:JSObjectCopyProperty (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptGlue/
DJSValueWrapper.cpp55 callBacks.copyProperty = (JSObjectCopyPropertyProcPtr)JSValueWrapper::JSObjectCopyProperty; in GetJSObectCallBacks()
102 JSObjectRef JSValueWrapper::JSObjectCopyProperty(void *data, CFStringRef propertyName) in JSObjectCopyProperty() function in JSValueWrapper
Dtestjsglue.cpp49 JSObjectRef getX = JSObjectCopyProperty(globalObject, CFSTR("getX")); in main()
DJSValueWrapper.h50 static JSObjectRef JSObjectCopyProperty(void *data, CFStringRef propertyName);
DJavaScriptGlue.h92 JSObjectRef JSObjectCopyProperty(JSObjectRef ref, CFStringRef propertyName) DEPRECATED_IN_MAC_OS_X_…
DChangeLog38 (JSValueWrapper::JSObjectCopyProperty):
81 (JSValueWrapper::JSObjectCopyProperty):
219 (JSValueWrapper::JSObjectCopyProperty):
458 (JSValueWrapper::JSObjectCopyProperty):
521 (JSValueWrapper::JSObjectCopyProperty):
656 (JSValueWrapper::JSObjectCopyProperty):
741 (JSValueWrapper::JSObjectCopyProperty):
1639 (JSValueWrapper::JSObjectCopyProperty):
1823 (JSValueWrapper::JSObjectCopyProperty):
1977 (JSValueWrapper::JSObjectCopyProperty):
[all …]
DJavaScriptGlue.cpp199 JSObjectRef JSObjectCopyProperty(JSObjectRef ref, CFStringRef propertyName) in JSObjectCopyProperty() function