HomeSort by relevance Sort by last modified time
    Searched full:makecallable (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
safe_builtins.cc 24 // var result = makeCallable(Function.prototype)\n"
36 "function makeCallable(obj, target, isStatic, propertyNames) {\n"
60 " makeCallable(builtin.prototype, safe, false, protoPropertyNames);\n"
62 " makeCallable(builtin, safe, true, staticPropertyNames);\n"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
676 f = self.makeCallable('a, b=1')
704 f = self.makeCallable('a, b=1, *c')
713 f = self.makeCallable('a, b=1, **c')
730 f = self.makeCallable('**c')
739 f = self.makeCallable('(b,c), (d,(e,f))=(0,[1,2])')
748 f = self.makeCallable('a, b=2, (c,(d,e))=(3,[4,5]), *f, **g')
760 f0 = self.makeCallable('')
761 f1 = self.makeCallable('a, b')
762 f2 = self.makeCallable('a, b=1'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
676 f = self.makeCallable('a, b=1')
704 f = self.makeCallable('a, b=1, *c')
713 f = self.makeCallable('a, b=1, **c')
730 f = self.makeCallable('**c')
739 f = self.makeCallable('(b,c), (d,(e,f))=(0,[1,2])')
748 f = self.makeCallable('a, b=2, (c,(d,e))=(3,[4,5]), *f, **g')
760 f0 = self.makeCallable('')
761 f1 = self.makeCallable('a, b')
762 f2 = self.makeCallable('a, b=1'
    [all...]

Completed in 74 milliseconds