Lines Matching defs:info
52 FunctionRef::SendablePropertiesInfo& info,
69 info.keys.push_back(key);
85 info.types.push_back(FunctionRef::SendableType::OBJECT);
86 info.attributes.push_back(PropertyAttribute(val, false, enumable, configable));
98 info.types.push_back(FunctionRef::SendableType::OBJECT);
99 info.attributes.push_back(PropertyAttribute(func, writable, enumable, configable));
102 info.types.push_back(type);
103 info.attributes.push_back(PropertyAttribute(val, writable, enumable, configable));
125 auto info = reinterpret_cast<NapiFunctionInfo*>(data);
126 if (info != nullptr) {
127 delete info;