Home
last modified time | relevance | path

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

/external/v8/src/js/
Dintl.js75 var boundMethod;
77 boundMethod = property
80 boundMethod = ANONYMOUS_FUNCTION(fst => implementation(receiver, fst)); property
82 boundMethod = ANONYMOUS_FUNCTION((...args) => { property
93 %SetNativeFlag(boundMethod);
94 receiver[internalName] = boundMethod;