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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py69 # is_anonymous boolean Is a anonymous pyfunction entry
143 is_anonymous = 0 variable in class:Entry
654 entry.is_anonymous = True
669 entry.is_anonymous = True
/external/chromium_org/v8/src/
H A Dast.h2350 bool is_anonymous() const { return IsAnonymous::decode(bitfield_); } function in class:v8::internal::FINAL

Completed in 145 milliseconds