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