Home
last modified time | relevance | path

Searched refs:SetLengthOfForInIterator (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp617 void CircuitBuilder::SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length) in SetLengthOfForInIterator() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h265 void SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length);
Dstub_builder-inl.h1531 inline void StubBuilder::SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length) in SetLengthOfForInIterator() function
1533 env_->GetBuilder()->SetLengthOfForInIterator(glue, iter, length); in SetLengthOfForInIterator()
Dnew_object_stub_builder.cpp412 SetLengthOfForInIterator(glue, iter, length); in NewJSForinIterator()
Dstub_builder.h702 void SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length);