Searched defs:is_number (Results 1 – 7 of 7) sorted by relevance
70 virtual bool is_number() const { return false; } in is_number() function82 bool is_number() const { return true; } in is_number() function
298 def is_number(self): member in FormatToken
243 int line_buffering, is_number; in _io_open_impl() local
714 int is_number(const char *s) in is_number() function
482 bool is_number = false; in GetIndirectObject() local
2074 static int is_number(char *p) in is_number() function
6730 Label is_number(this); in ToName() local7132 Label is_number(this); in ToString() local11900 Label is_number(this); in GotoIfNotNumber() local11906 void CodeStubAssembler::GotoIfNumber(Node* input, Label* is_number) { in GotoIfNumber()