Searched refs:Int16ArrayConstructor (Results 1 – 5 of 5) sorted by relevance
144 static JSTaggedValue Int16ArrayConstructor(EcmaRuntimeCallInfo *argv);
81 JSTaggedValue BuiltinsTypedArray::Int16ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int16ArrayConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray84 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int16ArrayConstructor); in Int16ArrayConstructor()
128 result = TypedArray::Int16ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
764 V(TypedArray, Int16ArrayConstructor) \
471 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::Int16ArrayConstructor),