Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.h80 …V("typedArrayMaxLength", TypedArrayMaxLength, 0, INVAL…
255 static JSTaggedValue TypedArrayMaxLength(EcmaRuntimeCallInfo *info);
Dbuiltins_ark_tools.cpp773 JSTaggedValue BuiltinsArkTools::TypedArrayMaxLength([[maybe_unused]] EcmaRuntimeCallInfo *info) in TypedArrayMaxLength() function in panda::ecmascript::builtins::BuiltinsArkTools