Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp316 const std::string arrayId("test_1"); in HWTEST_F_L0() local
321 TSTypeTestHelper::AddLiteral(program, arrayId, arrayTags, arrayValues); in HWTEST_F_L0()
324 TSTypeTestHelper::AddTypeSummary(program, { arrayId }); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp780 const int arrayId = RTSTUB_ID(NewTaggedArray); in SaveFrameToContext() local
781 GateRef taggedArray = LowerCallRuntime(gate, arrayId, {taggedLength}); in SaveFrameToContext()