Searched refs:loadKey (Results 1 – 2 of 2) sorted by relevance
62 napi_value loadKey = nullptr; in GetBitVectorFunction() local64 napi_create_string_utf8(env, loadStr.c_str(), loadStr.size(), &loadKey); in GetBitVectorFunction()65 napi_get_property(env, arkPrivateClass, loadKey, &loadFunction); in GetBitVectorFunction()
692 auto loadKey = loadingCtx_->GetSourceInfo().GetKey(); in LoadImage() local693 isPixelMapChanged_ = srcKey != loadKey; in LoadImage()