Home
last modified time | relevance | path

Searched defs:n4 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_forin_iterator_test.cpp89 std::pair<JSTaggedValue, bool> n4 = JSForInIterator::NextInternal(thread, it); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Dvardecl.ts133 let n4: { variable
Dmoduledecl.ts88 constructor (public n, public n2: number, private n3, private n4: string) { property in c1