OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptAge
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/Scripts/
check-for-exit-time-destructors
56
my $
scriptAge
= -M $0;
72
if (defined $buildTimestampAge && $buildTimestampAge < $
scriptAge
) {
check-for-global-initializers
55
my $
scriptAge
= -M $0;
71
if (defined $buildTimestampAge && $buildTimestampAge < $
scriptAge
) {
Completed in 103 milliseconds