Searched defs:ToInteger (Results 1 – 7 of 7) sorted by relevance
459 int32_t CFXJSE_Value::ToInteger() const { in ToInteger() function in CFXJSE_Value
270 Node* IntrinsicsHelper::ToInteger(Node* input, Node* arg_count, Node* context) { in ToInteger() function in v8::internal::interpreter::IntrinsicsHelper
240 int ToInteger() const { return static_cast<int>(base::NoBarrier_Load(&id_)); } in ToInteger() function
3482 MaybeLocal<Integer> Value::ToInteger(Local<Context> context) const { in ToInteger() function in v8::Value3494 Local<Integer> Value::ToInteger(Isolate* isolate) const { in ToInteger() function in v8::Value
3917 Node* CodeStubAssembler::ToInteger(Node* context, Node* input, in ToInteger() function in v8::internal::CodeStubAssembler
171 MaybeHandle<Object> Object::ToInteger(Isolate* isolate, Handle<Object> input) { in ToInteger() function in v8::internal::Object
436 Type* Typer::Visitor::ToInteger(Type* type, Typer* t) { in ToInteger() function in v8::internal::compiler::Typer::Visitor