Searched refs:JSObjectSetProperty (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/JavaScriptGlue/
H A DJSValueWrapper.h52 static void JSObjectSetProperty(void *data, CFStringRef propertyName, JSObjectRef jsValue);
H A DJSValueWrapper.cpp57 callBacks.setProperty = (JSObjectSetPropertyProcPtr)JSValueWrapper::JSObjectSetProperty;
127 void JSValueWrapper::JSObjectSetProperty(void *data, CFStringRef propertyName, JSObjectRef jsValue) function in class:JSValueWrapper
H A DJavaScriptGlue.h93 void JSObjectSetProperty(JSObjectRef ref, CFStringRef propertyName, JSObjectRef value) DEPRECATED_IN_MAC_OS_X_VERSION_10_5_AND_LATER;
H A DJavaScriptGlue.cpp212 JSObjectSetProperty
214 void JSObjectSetProperty(JSObjectRef ref, CFStringRef propertyName, JSObjectRef value) function
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DJSWrapper.h52 JSObjectSetProperty(context, object, propertyNameString.get(), JSWrapper::wrap(context, value), attributes, exception);
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dminidom.c50 JSObjectSetProperty(context, globalObject, printIString, JSObjectMakeFunctionWithCallback(context, printIString, print), kJSPropertyAttributeNone, NULL);
54 JSObjectSetProperty(context, globalObject, node, JSObjectMakeConstructor(context, JSNode_class(context), JSNode_construct), kJSPropertyAttributeNone, NULL);
H A Dtestapi.c671 JSObjectSetProperty(context, result, value, arguments[0], kJSPropertyAttributeNone, NULL);
927 JSObjectSetProperty(context, globalObject, myObjectIString, myObject, kJSPropertyAttributeNone, NULL);
932 JSObjectSetProperty(context, globalObject, EvilExceptionObjectIString, EvilExceptionObject, kJSPropertyAttributeNone, NULL);
937 JSObjectSetProperty(context, globalObject, EmptyObjectIString, EmptyObject, kJSPropertyAttributeNone, NULL);
943 JSObjectSetProperty(context, aHeapRef, lengthStr, JSValueMakeNumber(context, 10), 0, 0);
1248 JSObjectSetProperty(context, globalObject, print, printFunction, kJSPropertyAttributeNone, NULL);
1256 JSObjectSetProperty(context, globalObject, myConstructorIString, myConstructor, kJSPropertyAttributeNone, NULL);
1264 JSObjectSetProperty(context, globalObject, string, baseConstructor, kJSPropertyAttributeNone, NULL);
1269 JSObjectSetProperty(context, globalObject, string, derivedConstructor, kJSPropertyAttributeNone, NULL);
1274 JSObjectSetProperty(contex
[all...]
/external/webkit/Tools/DumpRenderTree/
H A DGCController.cpp82 JSObjectSetProperty(context, windowObject, gcControllerStr.get(), gcControllerObject, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete, exception);
H A DAccessibilityController.cpp56 JSObjectSetProperty(context, windowObject, accessibilityControllerStr.get(), accessibilityControllerObject, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete, exception);
H A DLayoutTestController.cpp2128 JSObjectSetProperty(context, windowObject, layoutTestContollerStr.get(), layoutTestContollerObject, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete, exception);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine_p.cpp139 JSObjectSetProperty(m_context, array, lengthRef.get(), JSValueMakeNumber(m_context, length), kJSPropertyAttributeNone, /* exception */ 0);
H A Dqscriptvalue_p.h984 This method was created to unify access to the JSObjectSetPropertyAtIndex and the JSObjectSetProperty.
993 JSObjectSetProperty(*m_engine, *this, propertyName.get(), value, flags, exception);
1001 This method was created to unify access to the JSObjectSetPropertyAtIndex and the JSObjectSetProperty.
1006 JSObjectSetProperty(*m_engine, *this, property, value, flags, exception);
/external/webkit/Tools/DumpRenderTree/win/
H A DFrameLoadDelegate.cpp345 JSObjectSetProperty(ctx, globalObject, JSRetainPtr<JSStringRef>(Adopt, JSStringCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);
370 JSObjectSetProperty(context, windowObject, eventSenderStr, eventSender, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete, 0);
/external/webkit/Source/JavaScriptCore/API/
H A DJSObjectRef.h543 JS_EXPORT void JSObjectSetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSPropertyAttributes attributes, JSValueRef* exception);
576 @discussion Calling JSObjectSetPropertyAtIndex is equivalent to calling JSObjectSetProperty with a string containing propertyIndex, but JSObjectSetPropertyAtIndex provides optimized access to numeric properties.
H A DJSObjectRef.cpp267 void JSObjectSetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSPropertyAttributes attributes, JSValueRef* exception) function
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestcopyandpaste.c184 JSObjectSetProperty(context, window_object, name, testComplete, kJSPropertyAttributeNone, 0);
/external/webkit/Tools/DumpRenderTree/mac/
H A DFrameLoadDelegate.mm312 JSObjectSetProperty(ctx, globalObject, JSRetainPtr<JSStringRef>(Adopt, JSStringCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp821 JSObjectSetProperty(context, windowObject, controllerNameStr, controller, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete, 0);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp606 JSObjectSetProperty(context, window, toJS("__worldID").get(), JSValueMakeNumber(context, LayoutTestController::worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 270 milliseconds