Home
last modified time | relevance | path

Searched refs:SetInternString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp153 EcmaStringAccessor(string).SetInternString(); in InternStringThreadUnsafe()
403 EcmaStringAccessor(string).SetInternString(); in InsertStringToTableWithHashThreadUnsafe()
Dobject_fast_operator-inl.h154 EcmaStringAccessor(string).SetInternString(); in TryFastHasProperty()
188 EcmaStringAccessor(string).SetInternString(); in TryFastGetPropertyByValue()
Decma_string.h1175 void SetInternString() in SetInternString() function
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp407 HWTEST_F_L0(EcmaStringAccessorTest, SetInternString) in HWTEST_F_L0() argument
414 EcmaStringAccessor(handleEcmaStrU8).SetInternString(); in HWTEST_F_L0()
422 EcmaStringAccessor(handleEcmaStrU16Comp).SetInternString(); in HWTEST_F_L0()
430 EcmaStringAccessor(handleEcmaStrU16NotComp).SetInternString(); in HWTEST_F_L0()
Dconstant_string_test.cpp467 EcmaStringAccessor(handleEcmaStrU8).SetInternString(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5666 EcmaStringAccessor(string).SetInternString(); in NapiDeleteProperty()