Lines Matching refs:instance
631 napi_value instance, which_type;
636 NODE_API_CALL(env, napi_create_object(env, &instance));
637 NODE_API_CALL(env, napi_type_tag_object(env, instance, &type_tags[type_index]));
639 return instance;
646 napi_value instance;
649 env, napi_create_external(env, IN_LIEU_OF_NULL, NULL, NULL, &instance));
651 return instance;
657 napi_value instance, which_type;
664 env, napi_create_external(env, IN_LIEU_OF_NULL, NULL, NULL, &instance));
666 napi_type_tag_object(env, instance, &type_tags[type_index]));
668 return instance;