Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp995 JSHandle<JSObject> newTypedArray(taggedArrayHandle); in TypedArrayCreate() local
999 if (JSHandle<JSTypedArray>::Cast(newTypedArray)->GetArrayLength() < in TypedArrayCreate()
1006 return newTypedArray; in TypedArrayCreate()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp1579 Label newTypedArray(env); in Slice() local
1609 BRANCH(Int64GreaterThan(*endPos, *startPos), &adjustArrLen, &newTypedArray); in Slice()
1613 Jump(&newTypedArray); in Slice()
1618 Bind(&newTypedArray); in Slice()