Home | History | Annotate | Download | only in v8

Lines Matching refs:toInt64

418 int64_t toInt64(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
451 int64_t toInt64(v8::Handle<v8::Value> value)
454 return toInt64(value, NormalConversion, exceptionState);