Home | History | Annotate | Download | only in x64

Lines Matching refs:unique

293 // Checks whether a key is an array index string or a unique name.
294 // Falls through if the key is a unique name.
306 Label unique;
310 __ j(equal, &unique);
324 __ bind(&unique);