Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.cc257 bool IsTypedArrayFunctionInAnyContext(Isolate* isolate, JSReceiver* holder) { in IsTypedArrayFunctionInAnyContext() function
349 } else if (IsTypedArrayFunctionInAnyContext(isolate_, *holder_)) { in InternalUpdateProtector()