Home
last modified time | relevance | path

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

/external/v8/src/
Dmessages.js760 var CallSiteReceiverKey = NEW_PRIVATE_OWN("CallSite#receiver"); variable
766 SET_PRIVATE(this, CallSiteReceiverKey, receiver);
774 ? UNDEFINED : GET_PRIVATE(this, CallSiteReceiverKey);
778 return GetTypeName(GET_PRIVATE(this, CallSiteReceiverKey), false);
782 if (GET_PRIVATE(this, CallSiteReceiverKey) == null) {
785 return IS_GLOBAL(GET_PRIVATE(this, CallSiteReceiverKey));
829 var receiver = GET_PRIVATE(this, CallSiteReceiverKey);
899 var receiver = GET_PRIVATE(this, CallSiteReceiverKey);
942 var typeName = GetTypeName(GET_PRIVATE(this, CallSiteReceiverKey), true);