Lines Matching defs:attribute
2655 Local<FunctionRef> setter, PropertyAttribute attribute)
2662 PropertyDescriptor desc(thread, attribute.IsWritable(), attribute.IsEnumerable(), attribute.IsConfigurable());
2663 desc.SetValue(JSNApiHelper::ToJSHandle(attribute.GetValue(vm)));
2833 bool ObjectRef::DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute)
2840 PropertyDescriptor desc(thread, attribute.IsWritable(), attribute.IsEnumerable(), attribute.IsConfigurable());
2841 desc.SetValue(JSNApiHelper::ToJSHandle(attribute.GetValue(vm)));