Lines Matching refs:object1
172 napi_value object1 = nullptr;
173 napi_create_object(env, &object1);
175 env, object, TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), nullptr);
189 napi_value object1 = nullptr;
190 napi_create_object(env, &object1);
192 env, object, TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), nullptr);
223 napi_value object1 = nullptr;
224 napi_create_object(env, &object1);
226 env, object, nullptr, nullptr, reinterpret_cast<void*>(object1), nullptr);
242 napi_value object1 = nullptr;
243 napi_create_object(env, &object1);
245 TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), reinterpret_cast<void*>(hint));
1855 napi_value object1 = nullptr;
1856 napi_create_object(env, &object1);
1858 TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), reinterpret_cast<void*>(hint));
2009 napi_value object1 = nullptr;
2010 napi_create_object(env, &object1);
2012 TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), reinterpret_cast<void*>(hint));