Lines Matching full:lols
665 // The lols are listed in latest to earliest. We want to dump from
1021 // NOTE: the lols need to be already sorted before NullifyMostRecent() is
1074 // Sorts all captured lols starting from the latest.
1136 // Add the current lol to the list of lols.
1518 // Returns an array listing the captured lols.
1595 Handle<JSObject> lols = factory->NewJSObject(isolate->array_function());
1597 maybe_result = Handle<JSArray>::cast(lols)->SetContent(*list);
1618 *lols,
1627 // Deletes all captured lols.
2342 // NOTE: we've just GCed the LOLs. Hence, they are no longer sorted.
2373 // Purpose: Purges dead objects and resorts the LOLs.