Searched defs:JSPropertyAttributes (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSObjectRef.h58 @typedef JSPropertyAttributes
59 @abstract A set of JSPropertyAttributes. Combine multiple attributes by logically ORing them together.
61 typedef unsigned JSPropertyAttributes; typedef
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);

Completed in 402 milliseconds