Home
last modified time | relevance | path

Searched defs:TryFastHandleStringKey (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_operator_stub_builder.cpp27 void ObjectOperatorStubBuilder::TryFastHandleStringKey(GateRef key, Variable *propKey, Variable *el… in TryFastHandleStringKey() function in panda::ecmascript::kungfu::ObjectOperatorStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp24 bool ObjectOperator::TryFastHandleStringKey(const JSHandle<JSTaggedValue> &key) in TryFastHandleStringKey() function in panda::ecmascript::ObjectOperator