Lines Matching refs:instance_str
69 napi_value instance_str;
72 napi_create_string_utf8(env, "instance", NAPI_AUTO_LENGTH, &instance_str);
77 { "instance", nullptr, nullptr, nullptr, nullptr, instance_str, napi_instance,
97 napi_value instance_str;
100 napi_create_string_utf8(env, "instance", NAPI_AUTO_LENGTH, &instance_str);
105 { "instance", nullptr, nullptr, nullptr, nullptr, instance_str, napi_instance,
293 napi_value instance_str;
296 ASSERT_CHECK_CALL(napi_create_string_utf8(env, "instance", NAPI_AUTO_LENGTH, &instance_str));
321 ASSERT_CHECK_CALL(napi_get_property(env, sendableInstance, instance_str, &value));
324 napi_set_property(env, sendableInstance, instance_str, instance_value);
325 ASSERT_CHECK_CALL(napi_get_property(env, sendableInstance, instance_str, &value));
347 napi_value instance_str;
350 ASSERT_CHECK_CALL(napi_create_string_utf8(env, "instance", NAPI_AUTO_LENGTH, &instance_str));