Home
last modified time | relevance | path

Searched defs:SetArrayLength (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.h55 inline void SetArrayLength([[maybe_unused]]const JSThread *thread, uint32_t length) in SetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h580 void SetArrayLength(uint32_t length) in SetArrayLength() function
Dstub_builder.cpp2106 void StubBuilder::SetArrayLength(GateRef glue, GateRef object, GateRef len) in SetArrayLength() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp331 HWTEST_F_L0(JSTypedArrayTest, SetArrayLength) in HWTEST_F_L0() argument