Searched defs:ToInteger (Results 1 – 5 of 5) sorted by relevance
26 constexpr int ToInteger() const { return id_; } in ToInteger() function
413 int32_t CFXJSE_Value::ToInteger() const { in ToInteger() function in CFXJSE_Value
581 MaybeHandle<Object> Object::ToInteger(Isolate* isolate, Handle<Object> input) { in ToInteger() function
477 Type Typer::Visitor::ToInteger(Type type, Typer* t) { in ToInteger() function in v8::internal::compiler::Typer::Visitor
3625 MaybeLocal<Integer> Value::ToInteger(Local<Context> context) const { in ToInteger() function in v8::Value