Searched defs:stringRef (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_types.cpp | 188 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in GetProperty() local 198 auto stringRef = panda::ExternalStringCache::GetCachedString(vm, propertyIndex); in GetProperty() local 217 auto stringRef = panda::StringRef::NewFromUtf8(GetEcmaVM(), "length"); in SetLength() local 304 auto stringRef = panda::ExternalStringCache::GetCachedString(vm, propertyIndex); in HasProperty() local 312 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in GetProperty() local 322 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in HasProperty() local 345 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in SetPropertyJsonObject() local 355 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in SetPropertyObject() local
|
H A D | jsi_types.inl | 167 auto stringRef = panda::StringRef::NewFromUtf8(GetEcmaVM(), prop); local 174 …Local<StringRef> stringRef = panda::ExternalStringCache::GetCachedString(GetEcmaVM(), propertyInde… local 185 Local<StringRef> stringRef = panda::StringRef::NewFromUtf8(vm, prop); local 206 Local<StringRef> stringRef = panda::ExternalStringCache::GetCachedString(vm, propertyIndex); local
|