Searched refs:bundleEntity (Results 1 – 1 of 1) sorted by relevance
204 auto bundleEntity = NClass::GetEntityOf<BundleEntity>(env, funcArg.GetThisVar()); in GetBundleName() local205 if (bundleEntity) { in GetBundleName()206 bundleName = bundleEntity->bundleName_; in GetBundleName()229 auto bundleEntity = make_unique<BundleEntity>(bundleName.get()); in Constructor() local230 if (!NClass::SetEntityFor<BundleEntity>(env, funcArg.GetThisVar(), move(bundleEntity))) { in Constructor()