Home
last modified time | relevance | path

Searched defs:propertyIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Druntime.h215 inline bool SetCachedString(JSHandle<EcmaString> str, uint32_t propertyIndex) in SetCachedString()
225 inline JSHandle<EcmaString> GetCachedString(JSThread *thread, uint32_t propertyIndex) in GetCachedString()
234 inline bool HasCachedString(uint32_t propertyIndex) in HasCachedString()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h49 size_t propertyIndex; member
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp707 auto propertyIndex = inst.GetId().AsIndex(); in ResolveField() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6998 …ol ExternalStringCache::SetCachedString(const EcmaVM *vm, const char *name, uint32_t propertyIndex) in SetCachedString()
7010 Local<StringRef> ExternalStringCache::GetCachedString(const EcmaVM *vm, uint32_t propertyIndex) in GetCachedString()
7020 bool ExternalStringCache::HasCachedString([[maybe_unused]] const EcmaVM *vm, uint32_t propertyIndex) in HasCachedString()