Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Druntime.h185 inline bool SetCachedString(JSHandle<EcmaString> str, uint32_t propertyIndex) in SetCachedString() argument
195 inline JSHandle<EcmaString> GetCachedString(JSThread *thread, uint32_t propertyIndex) in GetCachedString() argument
204 inline bool HasCachedString(uint32_t propertyIndex) in HasCachedString() argument
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.h49 size_t propertyIndex; member
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.cpp668 auto propertyIndex = inst.GetId().AsIndex(); in ResolveField() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp6334 bool ExternalStringCache::SetCachedString(const EcmaVM *vm, const char *name, uint32_t propertyIndex) in SetCachedString() argument
6346 Local<StringRef> ExternalStringCache::GetCachedString(const EcmaVM *vm, uint32_t propertyIndex) in GetCachedString() argument
6356 bool ExternalStringCache::HasCachedString([[maybe_unused]] const EcmaVM *vm, uint32_t propertyIndex) in HasCachedString() argument

Completed in 16 milliseconds