Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h451 GateRef IsInternalString(GateRef string);
Dstub_builder.cpp1275 GateRef StubBuilder::IsInternalString(GateRef string) in IsInternalString() function in panda::ecmascript::kungfu::StubBuilder
2373 Branch(IsInternalString(*key), &isInternalString, &notIntenalString); in GetPropertyByValue()
3228 Branch(IsInternalString(*varKey), &setByName, &notIntenalString); in SetPropertyByValue()