Home | History | Annotate | Download | only in v8

Lines Matching defs:toInt64

509 int64_t toInt64(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
510 inline int64_t toInt64(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
512 return toInt64(value, NormalConversion, exceptionState);
516 int64_t toInt64(v8::Handle<v8::Value>);