Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dlookup.cc179 bool IsTypedArrayFunctionInAnyContext(Isolate* isolate, HeapObject object) { in IsTypedArrayFunctionInAnyContext() function
310 } else if (IsTypedArrayFunctionInAnyContext(isolate, *receiver)) { in InternalUpdateProtector()