Esempio n. 1
0
File: runner.py Progetto: ieure/pypy
 def bh_strlen(self, string):
     return llimpl.do_strlen(string)
Esempio n. 2
0
 def bh_strlen(self, string):
     return llimpl.do_strlen(string)
Esempio n. 3
0
 def do_strlen(self, stringbox):
     string = stringbox.getref_base()
     return history.BoxInt(llimpl.do_strlen(0, string))
Esempio n. 4
0
 def do_strlen(self, stringbox):
     string = stringbox.getref_base()
     return history.BoxInt(llimpl.do_strlen(0, string))