HomeSort by relevance Sort by last modified time
    Searched refs:toMethod (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/test/mjsunit/harmony/
toMethod.js 17 var g = f.toMethod(ClassD.prototype);
36 var g = q.toMethod(Derived.prototype);
44 var sFun = Function.prototype.toMethod;
48 assertThrows(function() { f.toMethod(1); }, TypeError);
59 var fMeth = f.toMethod(o);
63 var gMeth = g.toMethod(o1);
85 var fMeth = fBound.toMethod(p);
103 var g = f.toMethod({});
113 var m = f.toMethod({});
super.js 17 Base.prototype.f = fBase.toMethod(Base.prototype);
31 Derived.prototype.f = fDerived.toMethod(Derived.prototype);
67 }.toMethod(Derived.prototype);
96 }.toMethod(Derived.prototype);
123 }.toMethod(Derived.prototype);
  /external/javassist/src/main/javassist/
CtConstructor.java 313 public CtMethod toMethod(String name, CtClass declaring)
316 return toMethod(name, declaring, null);
347 public CtMethod toMethod(String name, CtClass declaring, ClassMap map)
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java     [all...]
  /external/chromium_org/v8/src/
messages.js 50 toMethod_non_function: ["Function.prototype.toMethod was called on ", "%0", ", which is a ", "%1", " and not a function"],
51 toMethod_non_object: ["Function.prototype.toMethod: home object ", "%0", " is not an object"],
    [all...]

Completed in 184 milliseconds