Lines Matching refs:SameValue
3176 bool Value::SameValue(Handle<Value> that) const {3178 if (EmptyCheck("v8::Value::SameValue()", this) ||3179 EmptyCheck("v8::Value::SameValue()", that)) {3182 LOG_API(isolate, "SameValue");3185 return obj->SameValue(*other);