Searched refs:GetTypedArrayFun (Results 1 – 1 of 1) sorted by relevance
3153 JSFunction* GetTypedArrayFun(ExternalArrayType type, Isolate* isolate) { in GetTypedArrayFun() function3166 JSFunction* GetTypedArrayFun(ElementsKind elements_kind, Isolate* isolate) { in GetTypedArrayFun() function3210 Handle<JSFunction> typed_array_fun(GetTypedArrayFun(type, isolate()), in NewJSTypedArray()3218 Handle<JSFunction> typed_array_fun(GetTypedArrayFun(elements_kind, isolate()), in NewJSTypedArray()