Searched refs:BuildArrayIterator (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.h | 86 void BuildArrayIterator(GateRef glue, GateRef thisValue, GateRef numArgs,
|
| D | builtins_typedarray_stub_builder.cpp | 2364 …BuildArrayIterator(glue, thisValue, numArgs, result, exit, slowPath, IterationKind::KEY_AND_VALUE); in Entries() 2370 BuildArrayIterator(glue, thisValue, numArgs, result, exit, slowPath, IterationKind::KEY); in Keys() 2376 BuildArrayIterator(glue, thisValue, numArgs, result, exit, slowPath, IterationKind::VALUE); in Values() 2379 void BuiltinsTypedArrayStubBuilder::BuildArrayIterator(GateRef glue, GateRef thisValue, in BuildArrayIterator() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
|