Home | History | Annotate | Download | only in src

Lines Matching full:literals

1912       // JSFunction has either bindings or literals and never both.
1915 bound ? "(function bindings)" : "(function literals)");
1917 bound ? "bindings" : "literals",