Searched refs:TypedArrayBaseConstructor (Results 1 – 4 of 4) sorted by relevance
26 static JSTaggedValue TypedArrayBaseConstructor(EcmaRuntimeCallInfo *argv);
44 JSTaggedValue BuiltinsTypedArray::TypedArrayBaseConstructor(EcmaRuntimeCallInfo *argv) in TypedArrayBaseConstructor() function in panda::ecmascript::builtins::BuiltinsTypedArray
2191 …env, typedArrFuncPrototype, BuiltinsTypedArray::TypedArrayBaseConstructor, "TypedArray", FunctionL… in InitializeTypedArray()
427 reinterpret_cast<uintptr_t>(BuiltinsTypedArray::TypedArrayBaseConstructor),