Home
last modified time | relevance | path

Searched refs:try_fast_path (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.h2204 bool try_fast_path = true);
2208 bool try_fast_path = true);
Dobjects.cc9045 bool try_fast_path, in GetOwnValuesOrEntries() argument
9048 if (try_fast_path && filter == ENUMERABLE_STRINGS) { in GetOwnValuesOrEntries()
9102 bool try_fast_path) { in GetOwnValues() argument
9104 try_fast_path, false); in GetOwnValues()
9109 bool try_fast_path) { in GetOwnEntries() argument
9111 try_fast_path, true); in GetOwnEntries()