Home
last modified time | relevance | path

Searched defs:ToInteger (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
Dvalue.h133 V8_INLINE int32_t ToInteger() const { in ToInteger() function
/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc284 Node* IntrinsicsHelper::ToInteger(Node* input, Node* arg_count, Node* context) { in ToInteger() function in v8::internal::interpreter::IntrinsicsHelper
/external/v8/src/
Dcode-factory.cc181 Callable CodeFactory::ToInteger(Isolate* isolate) { in ToInteger() function in v8::internal::CodeFactory
Disolate.h248 int ToInteger() const { return static_cast<int>(base::NoBarrier_Load(&id_)); } in ToInteger() function
Dapi.cc3162 MaybeLocal<Integer> Value::ToInteger(Local<Context> context) const { in ToInteger() function in v8::Value
3174 Local<Integer> Value::ToInteger(Isolate* isolate) const { in ToInteger() function in v8::Value
Dobjects.cc162 MaybeHandle<Object> Object::ToInteger(Isolate* isolate, Handle<Object> input) { in ToInteger() function in v8::internal::Object
/external/v8/src/compiler/
Dtyper.cc403 Type* Typer::Visitor::ToInteger(Type* type, Typer* t) { in ToInteger() function in v8::internal::compiler::Typer::Visitor