Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dmessages.js775 var CallSiteReceiverKey = NEW_PRIVATE("CallSite#receiver"); variable
781 SET_PRIVATE(this, CallSiteReceiverKey, receiver);
789 ? UNDEFINED : GET_PRIVATE(this, CallSiteReceiverKey);
793 return GetTypeName(GET_PRIVATE(this, CallSiteReceiverKey), false);
797 if (GET_PRIVATE(this, CallSiteReceiverKey) == null) {
800 return IS_GLOBAL(GET_PRIVATE(this, CallSiteReceiverKey));
844 var receiver = GET_PRIVATE(this, CallSiteReceiverKey);
914 var receiver = GET_PRIVATE(this, CallSiteReceiverKey);
957 var typeName = GetTypeName(GET_PRIVATE(this, CallSiteReceiverKey), true);