Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.cc3153 JSFunction* GetTypedArrayFun(ExternalArrayType type, Isolate* isolate) { in GetTypedArrayFun() function
3166 JSFunction* GetTypedArrayFun(ElementsKind elements_kind, Isolate* isolate) { in GetTypedArrayFun() function
3210 Handle<JSFunction> typed_array_fun(GetTypedArrayFun(type, isolate()), in NewJSTypedArray()
3218 Handle<JSFunction> typed_array_fun(GetTypedArrayFun(elements_kind, isolate()), in NewJSTypedArray()