Lines Matching defs:object
27 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, bool … in SetNameProperty()
37 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, uint1… in SetNameProperty()
47 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, uint3… in SetNameProperty()
57 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, int32… in SetNameProperty()
67 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, float… in SetNameProperty()
77 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, doubl… in SetNameProperty()
87 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, int64… in SetNameProperty()
97 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, std::… in SetNameProperty()
108 …const napi_env &env, napi_value &object, const std::string &name, std::optional<KeyEvent::KeyItem>… in SetNameProperty()
122 …const napi_env &env, napi_value &object, const std::string &name, std::vector<KeyEvent::KeyItem> &… in SetNameProperty()
146 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, napi_… in SetNameProperty()
152 bool GetNamePropertyBool(const napi_env &env, const napi_value &object, const std::string &name) in GetNamePropertyBool()
171 std::string GetNamePropertyString(const napi_env &env, const napi_value &object, const std::string … in GetNamePropertyString()
193 int32_t GetNamePropertyInt32(const napi_env &env, const napi_value &object, const std::string &name) in GetNamePropertyInt32()
211 int64_t GetNamePropertyInt64(const napi_env &env, const napi_value &object, const std::string &name) in GetNamePropertyInt64()
229 uint32_t GetNamePropertyUint32(const napi_env &env, const napi_value &object, const std::string &na… in GetNamePropertyUint32()
247 KeyEvent::KeyItem GetNamePropertyKeyItem(const napi_env &env, const napi_value &object, const std::… in GetNamePropertyKeyItem()
263 const napi_env &env, const napi_value &object, const std::string &name) in GetNamePropertyKeyItems()