Searched defs:lols (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dliveobjectlist.cc665 // 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()); local
1597 maybe_result = Handle<JSArray>::cast(lols)->SetContent(*list);
1618 *lols,
1627 // Deletes all captured lols.

Completed in 56 milliseconds