Home | History | Annotate | Download | only in src

Lines Matching defs:IntegerValue

3967 Maybe<int64_t> Value::IntegerValue(Local<Context> context) const {
3972 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, IntegerValue, int64_t);
3980 int64_t Value::IntegerValue() const {
3989 return IntegerValue(ContextFromHeapObject(obj)).FromMaybe(0);