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

  /external/webkit/JavaScriptCore/API/
JSClassRef.h 39 StaticValueEntry(JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes _attributes)
46 JSPropertyAttributes attributes;
50 StaticFunctionEntry(JSObjectCallAsFunctionCallback _callAsFunction, JSPropertyAttributes _attributes)
56 JSPropertyAttributes attributes;
JSObjectRef.h 58 @typedef JSPropertyAttributes
59 @abstract A set of JSPropertyAttributes. Combine multiple attributes by logically ORing them together.
61 typedef unsigned JSPropertyAttributes;
288 @field attributes A logically ORed set of JSPropertyAttributes to give to the property.
294 JSPropertyAttributes attributes;
302 @field attributes A logically ORed set of JSPropertyAttributes to give to the property.
307 JSPropertyAttributes attributes;
541 @param attributes A logically ORed set of JSPropertyAttributes to give to the property.
543 JS_EXPORT void JSObjectSetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSPropertyAttributes attributes, JSValueRef* exception);
    [all...]
JSObjectRef.cpp 268 void JSObjectSetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSPropertyAttributes attributes, JSValueRef* exception)

Completed in 20 milliseconds