Home
last modified time | relevance | path

Searched refs:InternString (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.cpp140 coretypes::String *StringTable::Table::InternString(coretypes::String *string, in InternString() function in ark::StringTable::Table
183 result = InternString(result, ctx); in GetOrInternString()
203 result = InternString(result, ctx); in GetOrInternString()
215 result = InternString(string, ctx); in GetOrInternString()
310 result = InternString(string, ctx); in GetOrInternString()
395 auto *result = InternString(string, ctx); in InternStringNonMovable()
Dstring_table.h97 coretypes::String *InternString(coretypes::String *string, const LanguageContext &ctx);
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h153 auto string = thread->GetEcmaVM()->GetFactory()->InternString(keyHandle); in TryFastHasProperty()
187 auto string = thread->GetEcmaVM()->GetFactory()->InternString(keyHandle); in TryFastGetPropertyByValue()
731 …key = JSTaggedValue(thread->GetEcmaVM()->GetFactory()->InternString(JSHandle<JSTaggedValue>(thread… in GetPropertyByValue()
761 … thread->GetEcmaVM()->GetFactory()->InternString(JSHandle<JSTaggedValue>(thread, key))); in SetPropertyByValue()
806 …key = JSTaggedValue(thread->GetEcmaVM()->GetFactory()->InternString(JSHandle<JSTaggedValue>(thread… in FastGetPropertyByName()
Dobject_operator.cpp48 … key_ = JSHandle<JSTaggedValue>(thread_, thread_->GetEcmaVM()->GetFactory()->InternString(key)); in HandleKey()
63 … key_ = JSHandle<JSTaggedValue>(thread_, thread_->GetEcmaVM()->GetFactory()->InternString(key_)); in HandleKey()
80 thread_->GetEcmaVM()->GetFactory()->InternString( in HandleKey()
Dobject_factory.h531 EcmaString *PUBLIC_API InternString(const JSHandle<JSTaggedValue> &key);
Dobject_factory.cpp3811 EcmaString *ObjectFactory::InternString(const JSHandle<JSTaggedValue> &key) in InternString() function in panda::ecmascript::ObjectFactory
5057 key.Update(JSTaggedValue(InternString(key))); in CreateJSObjectWithProperties()
5100 key.Update(JSTaggedValue(InternString(key))); in CreateLargeJSObjectWithProperties()
5138 key.Update(JSTaggedValue(InternString(key))); in CreateDictionaryJSObjectWithProperties()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp352 newKey = JSTaggedValue(thread_->GetEcmaVM()->GetFactory()->InternString(keyHandle)); in CreateSJsonObject()
505 newKey = JSTaggedValue(thread_->GetEcmaVM()->GetFactory()->InternString(key)); in SetPropertyByValue()
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map279 panda::ecmascript::ObjectFactory::InternString*;
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp1034 return JSTaggedValue(thread->GetEcmaVM()->GetFactory()->InternString(info->GetCallArg(0))); in InternalizeString()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp352 return JSTaggedValue(thread->GetEcmaVM()->GetFactory()->InternString(keyHandle)).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5665 auto string = thread->GetEcmaVM()->GetFactory()->InternString(keyValue); in NapiDeleteProperty()