Home
last modified time | relevance | path

Searched refs:kRegExpPrototypeStickyGetter (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/
Dtest-regexp.cc1957 CHECK_EQ(1, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST()
1963 CHECK_EQ(1, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST()
1978 CHECK_EQ(1, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST()
1986 CHECK_EQ(2, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST()
1994 CHECK_EQ(2, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST()
2006 CHECK_EQ(2, use_counts[v8::Isolate::kRegExpPrototypeStickyGetter]); in TEST()
/external/v8/src/js/
Dmacros.py245 define kRegExpPrototypeStickyGetter = 11;
Dregexp.js1098 %IncrementUseCounter(kRegExpPrototypeStickyGetter);
/external/v8/include/
Dv8.h5695 kRegExpPrototypeStickyGetter = 11, enumerator