Home | History | Annotate | Download | only in src

Lines Matching defs:IsBuiltin

5777 bool JSFunction::IsBuiltin() {
5786 DCHECK(!IsBuiltin() || native); // All builtins are also native.