Home
last modified time | relevance | path

Searched refs:IsInternalString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h625 GateRef IsInternalString(GateRef string);
Dstub_builder.cpp2146 GateRef StubBuilder::IsInternalString(GateRef string) in IsInternalString() function in panda::ecmascript::kungfu::StubBuilder
3449 BRANCH(IsInternalString(*key), &isInternalString, &notIntenalString); in GetPropertyByValue()
5172 BRANCH(IsInternalString(*varKey), &setByName, &notIntenalString); in SetPropertyByValue()
5272 BRANCH(IsInternalString(*varKey), &setByName, &notIntenalString); in DefinePropertyByValue()
5770 BRANCH(IsInternalString(*keyVar), &isInternalString, &notIntenalString); in FastSetPropertyByName()