Home
last modified time | relevance | path

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

/external/v8/src/js/
Di18n.js212 var boundMethod;
214 boundMethod = function(x, y) { function
221 boundMethod = function(x) {
228 boundMethod = function() {
242 %FunctionSetName(boundMethod, internalName);
243 %FunctionRemovePrototype(boundMethod);
244 %SetNativeFlag(boundMethod);
245 this[internalName] = boundMethod;