Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Druntime.h194 inline bool HasCachedString(uint32_t propertyIndex) in HasCachedString() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1287 res = ExternalStringCache::HasCachedString(vm_, QUERY_PROPERTY_INDEX); in HWTEST_F_L0()
1300 res = ExternalStringCache::HasCachedString(vm_, QUERY_PROPERTY_INDEX); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1822 static bool HasCachedString(const EcmaVM *vm, uint32_t propertyIndex);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6229 bool ExternalStringCache::HasCachedString([[maybe_unused]] const EcmaVM *vm, uint32_t propertyIndex) in HasCachedString() function in panda::ExternalStringCache
6234 return instance->HasCachedString(propertyIndex); in HasCachedString()