Searched defs:IsNumeric (Results 1 – 4 of 4) sorted by relevance
17 bool IsNumeric(const char* str) { in IsNumeric() function
243 bool Object::IsNumeric() const { in IsNumeric() function251 bool Object::IsNumeric(IsolateRoot isolate) const { in IsNumeric() function
377 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric() function
6291 TNode<BoolT> CodeStubAssembler::IsNumeric(SloppyTNode<Object> object) { in IsNumeric() function in v8::internal::CodeStubAssembler