Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.cc2077 JSFunction* GetTypedArrayFun(ExternalArrayType type, Isolate* isolate) { in GetTypedArrayFun() function
2094 JSFunction* GetTypedArrayFun(ElementsKind elements_kind, Isolate* isolate) { in GetTypedArrayFun() function
2142 Handle<JSFunction> typed_array_fun_handle(GetTypedArrayFun(type, isolate())); in NewJSTypedArray()
2153 GetTypedArrayFun(elements_kind, isolate())); in NewJSTypedArray()