Searched refs: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 189 auto value = GetHandle()->Get(vm, stringRef); in GetProperty() 199 auto value = GetHandle()->Get(vm, stringRef); in GetProperty() 305 bool has = GetHandle()->Has(vm, stringRef); in HasProperty() 312 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in GetProperty() local 313 auto value = GetHandle()->Get(vm, stringRef); in GetProperty() 322 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in HasProperty() local 323 bool has = GetHandle()->Has(vm, stringRef); in HasProperty() 345 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in SetPropertyJsonObject() local 355 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in SetPropertyObject() local [all …]
|
H A D | jsi_types.inl | 167 auto stringRef = panda::StringRef::NewFromUtf8(GetEcmaVM(), prop); local 168 …GetHandle()->Set(GetEcmaVM(), stringRef, JsiValueConvertor::toJsiValueWithVM<T>(GetEcmaVM(), value… 174 …Local<StringRef> stringRef = panda::ExternalStringCache::GetCachedString(GetEcmaVM(), propertyInde… local 175 …GetHandle()->Set(GetEcmaVM(), stringRef, JsiValueConvertor::toJsiValueWithVM<T>(GetEcmaVM(), value… 185 Local<StringRef> stringRef = panda::StringRef::NewFromUtf8(vm, prop); local 186 Local<JSValueRef> valueRef = GetHandle()->Get(vm, stringRef); 206 Local<StringRef> stringRef = panda::ExternalStringCache::GetCachedString(vm, propertyIndex); local 207 Local<JSValueRef> valueRef = GetHandle()->Get(vm, stringRef);
|