Home
last modified time | relevance | path

Searched refs:SetCachedString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1265 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0()
1274 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0()
1283 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0()
1296 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0()
1309 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime.h175 inline bool SetCachedString(JSHandle<EcmaString> str, uint32_t propertyIndex) in SetCachedString() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1821 static bool SetCachedString(const EcmaVM *vm, const char *name, uint32_t propertyIndex);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6207 bool ExternalStringCache::SetCachedString(const EcmaVM *vm, const char *name, uint32_t propertyInde… in SetCachedString() function in panda::ExternalStringCache
6216 return instance->SetCachedString(str, propertyIndex); in SetCachedString()